diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-08 19:55:44 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-08 19:55:44 -0400 |
| commit | de48d430eca4042f48be461fe5dc70d7e75d5596 (patch) | |
| tree | bb8c617ff5e5e6c43f1531718f610f27dbf533a9 /src/editexecutablesdialog.h | |
| parent | 0ea975248b8cdb8319d3a366616f8d852726f83c (diff) | |
fixed tab order
fixed list items being selected, but not focused, which broke keyboard nav
Diffstat (limited to 'src/editexecutablesdialog.h')
| -rw-r--r-- | src/editexecutablesdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
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();
|
