Add script load warning

This commit is contained in:
GriffinR
2023-02-09 11:28:55 -05:00
parent e710567400
commit 7dacfeb52b
4 changed files with 36 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ public:
static QJSValue dialogInput(QJSValue input, bool selectedOk);
private:
MainWindow *mainWindow;
QJSEngine *engine;
QStringList filepaths;
QList<QJSValue> modules;