summaryrefslogtreecommitdiff
path: root/src/mainwin.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwin.cc')
-rw-r--r--src/mainwin.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc
index 9b490c7..f370f3d 100644
--- a/src/mainwin.cc
+++ b/src/mainwin.cc
@@ -955,7 +955,9 @@ void MainWindow::actionSaveAs()
void MainWindow::actionShowLibraryFolder()
{
- QDesktopServices::openUrl(QUrl::fromLocalFile(QString::fromStdString(PlatformUtils::libraryPath())));
+ QString url = QString::fromStdString(PlatformUtils::libraryPath());
+ PRINTB("Opening file browser for %s", url.toStdString() );
+ QDesktopServices::openUrl(QUrl::fromLocalFile( url ));
}
void MainWindow::actionReload()
contact: Jan Huwald // Impressum