summaryrefslogtreecommitdiffstats
path: root/src/assistant/assistant/helpviewer_p.h
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2017-05-04 13:24:09 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2017-05-04 11:37:30 +0000
commit39e74508fe6f63faf15565626b0588028c7e18dd (patch)
treefb66a8be128788afa18d9ed2e7e9672a4168ff25 /src/assistant/assistant/helpviewer_p.h
parente44e967d0c5f545473490e893db628509a5417fe (diff)
Fix the build with qtwebkit
Change-Id: I26459d44fb7bd0dc6e98f073984ee0ff04b945d6 Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'src/assistant/assistant/helpviewer_p.h')
-rw-r--r--src/assistant/assistant/helpviewer_p.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/assistant/assistant/helpviewer_p.h b/src/assistant/assistant/helpviewer_p.h
index 23aab69e2..cd36e8592 100644
--- a/src/assistant/assistant/helpviewer_p.h
+++ b/src/assistant/assistant/helpviewer_p.h
@@ -101,12 +101,6 @@ public:
int zoomCount;
bool forceFont;
QString lastAnchor;
-#elif defined(BROWSER_QTWEBKIT)
- qreal webDpiRatio;
-#endif // BROWSER_QTWEBKIT
-
-public:
- bool m_loadFinished;
private:
@@ -121,6 +115,13 @@ private:
lastAnchor.clear();
}
+#elif defined(BROWSER_QTWEBKIT)
+ qreal webDpiRatio;
+#endif // BROWSER_QTWEBKIT
+
+public:
+ bool m_loadFinished;
+
};
QT_END_NAMESPACE