diff options
| author | David Faure <[email protected]> | 2016-06-25 16:39:49 +0200 |
|---|---|---|
| committer | David Faure <[email protected]> | 2016-06-25 16:40:18 +0200 |
| commit | e615bfaed4cd562d31ea0506529f730c414b6ec0 (patch) | |
| tree | e83924de3e0a12c63f13fccf8f04bfcc39a1dd34 /src/dolphinmainwindow.cpp | |
| parent | 6bb62f17b525baf89e7f35f4f3a321876c3a31ab (diff) | |
add_definitions(-DQT_NO_URL_CAST_FROM_STRING) + fix compilation
This fixes some URLs built from local paths without scheme.
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 3a06d2c0e..34008b5eb 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -83,7 +83,7 @@ namespace { // Used for GeneralSettings::version() to determine whether // an updated version of Dolphin is running. const int CurrentDolphinVersion = 200; -}; +} DolphinMainWindow::DolphinMainWindow() : KXmlGuiWindow(0), |
