Fix QProcess::splitCommand() dependency on Qt 5.15.

Fix shortcut for Open Map Scripts (Due to merge).
This commit is contained in:
BigBahss
2020-12-13 04:00:00 -05:00
parent 1d29a53237
commit 3a04f59cb0
5 changed files with 56 additions and 6 deletions

View File

@@ -63,6 +63,8 @@ public:
static QString &removeLineComments(QString &text, const QString &commentSymbol);
static QString &removeLineComments(QString &text, const QStringList &commentSymbols);
static QStringList splitShellCommand(QStringView command);
private:
QString root;
QString text;