diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-05-25 08:34:52 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-05-25 08:34:52 -0400 |
| commit | 76708b9694070bcaa5775a097ae73ffc163ca31b (patch) | |
| tree | b879155109cc5bc443855eee501a8807be19ab85 /src/overwriteinfodialog.cpp | |
| parent | 54a743faea566d9040a1f972aef6d077ff68b198 (diff) | |
put explore and open functions in namespace shell
previewDataFile() was duplicated in both MainWindow and ModInfoDialog, moved to OrganizerCore
added preview menu item to filetree
better logging when shell operations fail
Diffstat (limited to 'src/overwriteinfodialog.cpp')
| -rw-r--r-- | src/overwriteinfodialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/overwriteinfodialog.cpp b/src/overwriteinfodialog.cpp index e9d7ce06..d6764852 100644 --- a/src/overwriteinfodialog.cpp +++ b/src/overwriteinfodialog.cpp @@ -264,7 +264,7 @@ void OverwriteInfoDialog::createDirectoryTriggered() void OverwriteInfoDialog::on_explorerButton_clicked()
{
- ExploreFile(m_ModInfo->absolutePath());
+ shell::ExploreFile(m_ModInfo->absolutePath());
}
void OverwriteInfoDialog::on_filesView_customContextMenuRequested(const QPoint &pos)
|
