update install command

This commit is contained in:
Kevin Yue
2021-09-13 12:51:14 +08:00
parent 1fab2a1439
commit deddefc72a
5 changed files with 22 additions and 6 deletions

View File

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