diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-09 10:10:41 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-09 10:10:41 -0500 |
| commit | 37891f29ca6f5935d4148bf5cf1f1d5a4eaa746c (patch) | |
| tree | c2aa36f3c8b005c2e7c2ae7a4bb1c607d54047be /src/modinfodialogfiletree.cpp | |
| parent | 2bc544509cb594df229055c7aac89151921f9861 (diff) | |
removed dead setDefaultActivationActionForFile()
Diffstat (limited to 'src/modinfodialogfiletree.cpp')
| -rw-r--r-- | src/modinfodialogfiletree.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modinfodialogfiletree.cpp b/src/modinfodialogfiletree.cpp index c49c767f..2c33a7f1 100644 --- a/src/modinfodialogfiletree.cpp +++ b/src/modinfodialogfiletree.cpp @@ -14,9 +14,6 @@ namespace shell = MOBase::shell; // checking whether menu items apply to them, just show all of them const int max_scan_for_context_menu = 50; -// in mainwindow.cpp -void setDefaultActivationActionForFile(QAction* open, QAction* preview); - FileTreeTab::FileTreeTab(ModInfoDialogTabContext cx) : ModInfoDialogTab(std::move(cx)), m_fs(nullptr) { |
