mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-24 17:46:19 -05:00
Enforce project folder for custom filepaths
This commit is contained in:
@@ -30,6 +30,7 @@ private:
|
||||
bool hasUnsavedChanges = false;
|
||||
bool projectNeedsReload = false;
|
||||
bool refreshing = false;
|
||||
const QString baseDir;
|
||||
|
||||
void initUi();
|
||||
void connectSignals();
|
||||
@@ -42,6 +43,7 @@ private:
|
||||
bool promptRestoreDefaults();
|
||||
|
||||
void createProjectPathsTable();
|
||||
QString chooseProjectFile(const QString &defaultFilepath);
|
||||
|
||||
private slots:
|
||||
void dialogButtonClicked(QAbstractButton *button);
|
||||
|
||||
Reference in New Issue
Block a user