summaryrefslogtreecommitdiffstats
path: root/src/assistant/shared/collectionconfiguration.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2014-11-28 10:18:38 +0100
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2014-12-09 12:07:19 +0100
commit008926f193ceb29da6ca94fae6a7efb3ca0e0f09 (patch)
treea1f33bf5af43a6d1a7552e413d22e1ac86542a8b /src/assistant/shared/collectionconfiguration.cpp
parentdd45163e883d9db55ce0361db81b96a0c0f97bd7 (diff)
Assistant: Introduce DEFINES per browser type.
This makes it easier to add additional browser types and switch between browsers. Task-number: QTBUG-41130 Change-Id: I88e2890bfe9e815ed7deb9d867060f244b7e2a45 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by: Alejandro Exojo Piqueras <suy@badopi.org>
Diffstat (limited to 'src/assistant/shared/collectionconfiguration.cpp')
-rw-r--r--src/assistant/shared/collectionconfiguration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assistant/shared/collectionconfiguration.cpp b/src/assistant/shared/collectionconfiguration.cpp
index e15f5077d..0effe2ddf 100644
--- a/src/assistant/shared/collectionconfiguration.cpp
+++ b/src/assistant/shared/collectionconfiguration.cpp
@@ -56,7 +56,7 @@ namespace {
const QString LastRegisterTime(QLatin1String("LastRegisterTime"));
const QString LastShownPagesKey(QLatin1String("LastShownPages"));
const QString LastZoomFactorsKey(QLatin1String(
-#if !defined(QT_NO_WEBKIT)
+#if defined(BROWSER_QTWEBKIT)
"LastPagesZoomWebView"
#else
"LastPagesZoomTextBrowser"