diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-03 02:42:16 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-04 06:09:48 -0400 |
| commit | e40245abf46f133292636909fbacf10fc0712932 (patch) | |
| tree | 507de651024c3cb2f59f1de744e5faad07bd7bbf /src/editexecutablesdialog.h | |
| parent | e4418b95fa24f9caea32adfe9d957ce37e46f127 (diff) | |
moved geometry handling to EditExecutablesDialog itself
Diffstat (limited to 'src/editexecutablesdialog.h')
| -rw-r--r-- | src/editexecutablesdialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/editexecutablesdialog.h b/src/editexecutablesdialog.h index 9715489e..494f0651 100644 --- a/src/editexecutablesdialog.h +++ b/src/editexecutablesdialog.h @@ -151,6 +151,10 @@ public: ~EditExecutablesDialog();
+ // also saves and restores geometry
+ //
+ int exec() override;
+
ExecutablesList getExecutablesList() const;
const CustomOverwrites& getCustomOverwrites() const;
const ForcedLibraries& getForcedLibraries() const;
|
