summaryrefslogtreecommitdiff
path: root/src/editexecutablesdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/editexecutablesdialog.h')
-rw-r--r--src/editexecutablesdialog.h6
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();