QStringView -> QString

This commit is contained in:
Kevin Yue
2021-09-14 00:32:05 +08:00
parent 0d4485d754
commit 5c97b2df7a
2 changed files with 2 additions and 2 deletions

View File

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