summaryrefslogtreecommitdiff
path: root/src/editexecutablesdialog.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-06-09 17:05:51 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-06-15 14:40:40 -0400
commit5fa7fd7fb9f3a8f67e8842420d7a2ad600722119 (patch)
treeb430028b757695c649fa74a84978802ad44d1fb3 /src/editexecutablesdialog.h
parentcbe6dd93b1607f9b95037c2e131f34c27d32753d (diff)
moved add/remove to the top, changed them to tool buttons with icons, added up/down buttons
Diffstat (limited to 'src/editexecutablesdialog.h')
-rw-r--r--src/editexecutablesdialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/editexecutablesdialog.h b/src/editexecutablesdialog.h
index 4957ebff..80ec56df 100644
--- a/src/editexecutablesdialog.h
+++ b/src/editexecutablesdialog.h
@@ -112,6 +112,8 @@ private slots:
void on_add_clicked();
void on_remove_clicked();
+ void on_up_clicked();
+ void on_down_clicked();
void on_title_textChanged(const QString& s);
void on_overwriteSteamAppID_toggled(bool checked);
@@ -144,6 +146,7 @@ private:
void clearEdits();
void setEdits(const Executable& e);
void save();
+ void moveSelection(int by);
void setJarBinary(const QString& binaryName);
std::optional<QString> makeNonConflictingTitle(const QString& prefix);
bool isTitleConflicting(const QString& s);