diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-09 10:37:08 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-15 14:40:40 -0400 |
| commit | 626045511160b9d44a4ffd29f6dce11f5db6096b (patch) | |
| tree | a961a6687c048b7cea41771a25479fef2dae7cf9 /src/editexecutablesdialog.h | |
| parent | 57c7b1568518acefcbcc1801954a62fdc94e3b1c (diff) | |
removed old, unused stuff
have mainwindow save all the new settings once the dialog closes
Diffstat (limited to 'src/editexecutablesdialog.h')
| -rw-r--r-- | src/editexecutablesdialog.h | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/src/editexecutablesdialog.h b/src/editexecutablesdialog.h index f8382915..5199537c 100644 --- a/src/editexecutablesdialog.h +++ b/src/editexecutablesdialog.h @@ -91,11 +91,9 @@ public: ~EditExecutablesDialog();
- /**
- * @brief retrieve the updated list of executables
- * @return updated list of executables
- **/
ExecutablesList getExecutablesList() const;
+ const CustomOverwrites& getCustomOverwrites() const;
+ const ForcedLibraries& getForcedLibraries() const;
private slots:
void on_list_itemSelectionChanged();
@@ -115,8 +113,6 @@ private slots: void on_buttons_accepted();
void on_buttons_rejected();
- void delayedRefresh();
-
private:
std::unique_ptr<Ui::EditExecutablesDialog> ui;
ExecutablesList m_executablesList;
@@ -140,11 +136,6 @@ private: void save();
void setJarBinary(const QString& binaryName);
QString newExecutableTitle();
-
- bool executableChanged();
- void updateButtonStates();
- void saveExecutable();
-
};
#endif // EDITEXECUTABLESDIALOG_H
|
