diff options
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 54f72e61..ef51e1e0 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -520,7 +520,7 @@ void MainWindow::slotFileOpen() if (filePath.isEmpty()) return; - loadUrl(Application::guessUrlFromString(filePath)); + Application::instance()->loadUrl(filePath); } |