aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects')
-rw-r--r--src/modules/objects/KvsObject_webView.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/modules/objects/KvsObject_webView.cpp b/src/modules/objects/KvsObject_webView.cpp
index c7a1560f6..ba1758b45 100644
--- a/src/modules/objects/KvsObject_webView.cpp
+++ b/src/modules/objects/KvsObject_webView.cpp
@@ -104,30 +104,22 @@ void KviKvsDownloadHandler::slotReadyRead()
const char * const webattributes_tbl[] = {
"JavascriptEnabled",
-#if (QT_VERSION >= 0x040700)
"PluginsEnabled",
-#endif
"JavascriptCanOpenWindows",
"JavascriptCanAccessClipboard",
"ZoomTextOnly"
-#if (QT_VERSION >= 0x040700)
,
"LocalContentCanAccessFileUrls"
-#endif
};
const QWebSettings::WebAttribute webattributes_cod[] = {
QWebSettings::JavascriptEnabled,
-#if (QT_VERSION >= 0x040700)
QWebSettings::PluginsEnabled,
-#endif
QWebSettings::JavascriptCanOpenWindows,
QWebSettings::JavascriptCanAccessClipboard,
QWebSettings::ZoomTextOnly
-#if (QT_VERSION >= 0x040700)
,
QWebSettings::LocalContentCanAccessFileUrls
-#endif
};
const char * const findflag_tbl[] = {