Fix some issues with the filewatcher

This commit is contained in:
GriffinR
2025-05-29 00:19:53 -04:00
parent 4816c1c8af
commit ba1aa2b1ff
12 changed files with 82 additions and 41 deletions

View File

@@ -80,7 +80,7 @@ public:
static int getScriptLineNumber(const QString &filePath, const QString &scriptLabel);
static int getRawScriptLineNumber(QString text, const QString &scriptLabel);
static int getPoryScriptLineNumber(QString text, const QString &scriptLabel);
static QStringList getGlobalScriptLabels(const QString &filePath);
static QStringList getGlobalScriptLabels(const QString &filePath, QString *error = nullptr);
static QStringList getGlobalRawScriptLabels(QString text);
static QStringList getGlobalPoryScriptLabels(QString text);
static QString removeStringLiterals(QString text);