diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-27 11:30:46 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-02 10:10:19 -0400 |
| commit | a818954ee5d02b8723f5b48f458a0c76f9ba1935 (patch) | |
| tree | 86a892d029f463827f67f1d5a59061ade895aa86 /src/modinfodialog.h | |
| parent | 4b958d9efed3834ceaa57f6c50a1e8288eff01b0 (diff) | |
added explore menu item to conflict lists and filetree
changed filetree context menu to always show all items
added mnemonics to conflicts context menu
Diffstat (limited to 'src/modinfodialog.h')
| -rw-r--r-- | src/modinfodialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modinfodialog.h b/src/modinfodialog.h index 6dc66003..273af8c7 100644 --- a/src/modinfodialog.h +++ b/src/modinfodialog.h @@ -36,6 +36,7 @@ class MainWindow; bool canPreviewFile(PluginContainer& pluginContainer, bool isArchive, const QString& filename);
bool canOpenFile(bool isArchive, const QString& filename);
+bool canExploreFile(bool isArchive, const QString& filename);
bool canHideFile(bool isArchive, const QString& filename);
bool canUnhideFile(bool isArchive, const QString& filename);
|
