From de48d430eca4042f48be461fe5dc70d7e75d5596 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Tue, 8 Oct 2019 19:55:44 -0400 Subject: fixed tab order fixed list items being selected, but not focused, which broke keyboard nav --- src/editexecutablesdialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/editexecutablesdialog.h') diff --git a/src/editexecutablesdialog.h b/src/editexecutablesdialog.h index 949aff66..c8be0bf6 100644 --- a/src/editexecutablesdialog.h +++ b/src/editexecutablesdialog.h @@ -227,6 +227,7 @@ private: bool isTitleConflicting(const QString& s); void commitChanges(); void setDirty(bool b); + void selectIndex(int i); void addFromFile(); void addEmpty(); -- cgit v1.3.1