From 31b7bd1314cf3ff367358eff3396d7b79d774174 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Mon, 10 Jul 2023 16:00:34 +0200 Subject: [PATCH] Made split() a static member function. --- update.h | 1 + 1 file changed, 1 insertion(+) diff --git a/update.h b/update.h index 7037cf9..0eec879 100644 --- a/update.h +++ b/update.h @@ -46,6 +46,7 @@ public: 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 QStringList split(QString line, QChar sep = ','); explicit Update(hwinf *hw,