summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-06-04 22:44:46 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-06-04 22:44:46 -0400
commit63d62a40c261fd17cf3001808fce3a8d4bb705e2 (patch)
tree77ced78ca088c14f78fec8ead343d2ebcf51ab77 /src/mainwindow.h
parente6f5e471a73dc0d4e3994c23c51721d805144742 (diff)
added "Open Origin in Explorer" to the data tab
renamed openOriginExplorer_clicked() to openPluginOriginExplorer_clicked() to make it clearer exec() for context menu in lists should be relative to the viewport to account for the header size
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 81b6a656..c964749a 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -445,7 +445,7 @@ private slots:
void visitOnNexus_clicked();
void visitWebPage_clicked();
void openExplorer_clicked();
- void openOriginExplorer_clicked();
+ void openPluginOriginExplorer_clicked();
void openOriginInformation_clicked();
void information_clicked();
void enableSelectedMods_clicked();
@@ -464,6 +464,7 @@ private slots:
void previewDataFile();
void hideFile();
void unhideFile();
+ void openDataOriginExplorer_clicked();
// pluginlist context menu
void enableSelectedPlugins_clicked();