summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAl12rs <gabriel.cortesi@outlook.com>2018-04-17 01:32:03 +0200
committerAl12rs <gabriel.cortesi@outlook.com>2018-04-17 21:50:12 +0200
commit62dc387de644a0a47156079f78f7e0ab174abdaa (patch)
tree02ae8862367e3babbe09586472be11e1e8852929 /src/mainwindow.h
parentfc46a6a782108576ee43776109aceffbcb9668b1 (diff)
Added key shourtcuts to open in explorer a selected mo by pressing Enter or Return. Needs support for overwrte
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 8faaa349..31c52bc0 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -386,6 +386,7 @@ private slots:
void showMessage(const QString &message);
void showError(const QString &message);
+
// main window actions
void helpTriggered();
void issueTriggered();
@@ -393,6 +394,9 @@ private slots:
void tutorialTriggered();
void extractBSATriggered();
+ //modlist shortcuts
+ void openExplorer_activated();
+
// modlist context menu
void installMod_clicked();
void createEmptyMod_clicked();