mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
QStringView -> QString
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user