diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-07 20:08:53 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-15 14:40:40 -0400 |
| commit | 5556e2b152decad3392c30c9760a5584454b52e6 (patch) | |
| tree | c1bffe5bb986093518e082a4fa7138216295ab96 /src/editexecutablesdialog.h | |
| parent | 840dba26bacd044164d3236218e42f441433252c (diff) | |
replaced close with ok/cancel
moved add/remove below the list
Diffstat (limited to 'src/editexecutablesdialog.h')
| -rw-r--r-- | src/editexecutablesdialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/editexecutablesdialog.h b/src/editexecutablesdialog.h index 07d6459c..7f389b24 100644 --- a/src/editexecutablesdialog.h +++ b/src/editexecutablesdialog.h @@ -89,7 +89,8 @@ private slots: void on_browseDirButton_clicked();
- void on_buttonBox_clicked(QAbstractButton *button);
+ void on_buttonBox_accepted();
+ void on_buttonBox_rejected();
void delayedRefresh();
|
