Port the splitCommand method (#79)

This commit is contained in:
Kevin Yue
2021-08-19 19:10:05 +08:00
committed by GitHub
parent 53c8572cf6
commit 42cae3ff26
2 changed files with 43 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ private:
void log(QString msg);
static QString findBinary();
static QStringList splitCommand(QStringView command);
};
#endif // GLOBALPROTECTSERVICE_H