diff options
| author | Tannin <devnull@localhost> | 2014-12-20 14:41:28 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-12-20 14:41:28 +0100 |
| commit | a5906f1044d08a870285758d3c93d6252a16a14a (patch) | |
| tree | f5e56d1194b7784925f3f61b66aa020abecd0f43 /src/editexecutablesdialog.h | |
| parent | ebfeb2fbf95df4a2246ff2ef1cd6b48f373b70f3 (diff) | |
workaround to prevent executables dialog from auto-selecting the top-most executable
Diffstat (limited to 'src/editexecutablesdialog.h')
| -rw-r--r-- | src/editexecutablesdialog.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/editexecutablesdialog.h b/src/editexecutablesdialog.h index d27ccb0a..4f6c5315 100644 --- a/src/editexecutablesdialog.h +++ b/src/editexecutablesdialog.h @@ -74,10 +74,12 @@ private slots: void on_closeButton_clicked();
- void on_executablesListBox_currentItemChanged(QListWidgetItem *current, QListWidgetItem *previous);
-
void delayedRefresh();
+ void on_executablesListBox_itemSelectionChanged();
+
+ void on_executablesListBox_clicked(const QModelIndex &index);
+
private:
void resetInput();
|
