diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-12-29 07:29:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-29 07:29:53 -0500 |
| commit | 1b101bda36ed66d08fa597a8956369c9e0af8519 (patch) | |
| tree | f8a62cc4ac8fb318ef4e86053e389a3187968940 /src/editexecutablesdialog.h | |
| parent | 4b059fa71f0d5043bfac8e48757c69b11a6168c6 (diff) | |
| parent | 33a177f1eda90b4d1fff92976635beaa59f85172 (diff) | |
Merge pull request #1333 from isanae/more-stuff-2
More stuff 2
Diffstat (limited to 'src/editexecutablesdialog.h')
| -rw-r--r-- | src/editexecutablesdialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/editexecutablesdialog.h b/src/editexecutablesdialog.h index c8be0bf6..8da53e09 100644 --- a/src/editexecutablesdialog.h +++ b/src/editexecutablesdialog.h @@ -225,9 +225,10 @@ private: bool canMove(const QListWidgetItem* item, int direction);
void move(QListWidgetItem* item, int direction);
bool isTitleConflicting(const QString& s);
- void commitChanges();
+ bool commitChanges();
void setDirty(bool b);
void selectIndex(int i);
+ bool checkOutputMods(const ExecutablesList& exes);
void addFromFile();
void addEmpty();
|
