Added default parameter to split()
This commit is contained in:
parent
85bec3364f
commit
f016e9777e
3
update.h
3
update.h
@ -38,8 +38,7 @@ class Update : public QObject {
|
|||||||
bool updatePrinterConf(int nrOfTemplate, char const *fileToSendToDC);
|
bool updatePrinterConf(int nrOfTemplate, char const *fileToSendToDC);
|
||||||
bool finishUpdate(bool finish);
|
bool finishUpdate(bool finish);
|
||||||
QStringList getOpenLines();
|
QStringList getOpenLines();
|
||||||
QStringList split(QString line);
|
QStringList split(QString line, QChar sep = ',');
|
||||||
static constexpr QChar SEPARATOR = QChar(',');
|
|
||||||
|
|
||||||
bool execUpdateScript();
|
bool execUpdateScript();
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user