Made split() a static member function.

This commit is contained in:
Gerhard Hoffmann 2023-07-10 16:00:34 +02:00
parent 0bdbd39632
commit 31b7bd1314

View File

@ -46,6 +46,7 @@ public:
enum class FileTypeJson {CONFIG=1, DEVICE=2, CASH=3, SERIAL=4, TIME=5, PRINTER=6}; enum class FileTypeJson {CONFIG=1, DEVICE=2, CASH=3, SERIAL=4, TIME=5, PRINTER=6};
static hwinf *loadDCPlugin(QDir const &plugInDir, QString const &fn); static hwinf *loadDCPlugin(QDir const &plugInDir, QString const &fn);
static QStringList split(QString line, QChar sep = ',');
explicit Update(hwinf *hw, explicit Update(hwinf *hw,