diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-12-28 06:37:50 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-12-28 06:37:50 -0500 |
| commit | f01fe9ce7c17bc9697286b49f03534a45d3daaa4 (patch) | |
| tree | 143316eabdf57c891e03fcecf8ae8588b5f03868 /src/mainwindow.h | |
| parent | e43f6e6f377353aec849a4fd7b69315c538bcf94 (diff) | |
refresh action, added in toolbar and menu
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index eae150d6..f8910361 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -557,6 +557,7 @@ private slots: // ui slots // actions void on_actionAdd_Profile_triggered(); void on_actionInstallMod_triggered(); + void on_action_Refresh_triggered(); void on_actionModify_Executables_triggered(); void on_actionNexus_triggered(); void on_actionNotifications_triggered(); |
