From 25fc8284581e3284cd3601464746c7cd8e5212af Mon Sep 17 00:00:00 2001 From: "Joseph W. Joshua" Date: Tue, 13 Jan 2015 21:39:05 +0300 Subject: Ignore QWebView in Android Ignore QWebView instances in the preferences dialog when compiling under Android, as QWebView is not yet supported under Android. Signed-off-by: Joseph W. Joshua Signed-off-by: Dirk Hohndel --- qt-ui/preferences.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'qt-ui/preferences.h') diff --git a/qt-ui/preferences.h b/qt-ui/preferences.h index 72c379181..842597732 100644 --- a/qt-ui/preferences.h +++ b/qt-ui/preferences.h @@ -6,6 +6,10 @@ #include "ui_preferences.h" +#ifndef Q_OS_ANDROID + class QWebView; +#endif + class QAbstractButton; class PreferencesDialog : public QDialog { @@ -37,6 +41,9 @@ private: void setUiFromPrefs(); Ui::PreferencesDialog ui; struct preferences oldPrefs; + #ifndef Q_OS_ANDROID + QWebView *facebookWebView; + #endif }; #endif // PREFERENCES_H -- cgit v1.2.3-70-g09d2