Add warning for warp behaviors

This commit is contained in:
GriffinR
2023-11-07 12:35:31 -05:00
parent 60fb1a246e
commit 5d4d88d11e
11 changed files with 163 additions and 46 deletions

View File

@@ -21,6 +21,9 @@ public:
explicit ProjectSettingsEditor(QWidget *parent = nullptr, Project *project = nullptr);
~ProjectSettingsEditor();
static const int warpBehaviorsTab;
void setTab(int index);
signals:
void reloadProject();