From a5906f1044d08a870285758d3c93d6252a16a14a Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 20 Dec 2014 14:41:28 +0100 Subject: workaround to prevent executables dialog from auto-selecting the top-most executable --- src/editexecutablesdialog.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/editexecutablesdialog.h') 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(); -- cgit v1.3.1