┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorHrvoje Senjan <[email protected]>2015-02-24 17:07:55 +0100
committerHrvoje Senjan <[email protected]>2015-02-24 17:07:55 +0100
commitf6b4f562167969365d4aae14d73060c6fdb8270f (patch)
tree1ab5643c67caeab4343e87778aeaed70ba862675 /src/main.cpp
parentb2ad2c076c38add7ee6ede95a513af6d12a84387 (diff)
Fix build on Jenkins (or with BUILD_TESTING=ON)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 3c9dd6130..b8eb9a556 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -109,7 +109,7 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv)
if (url.isValid()) {
urls.append(url);
} else {
- // qCWarning(DolphinDebug) << "Invalid URL: " << str;
+ qCWarning(DolphinDebug) << "Invalid URL: " << str;
}
}
@@ -152,7 +152,7 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv)
if (className == QLatin1String("DolphinMainWindow")) {
m_mainWindow->restore(1);
} else {
- // qCWarning(DolphinDebug) << "Unknown class " << className << " in session saved data!";
+ qCWarning(DolphinDebug) << "Unknown class " << className << " in session saved data!";
}
}