aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_webView.cpp
diff options
context:
space:
mode:
authorGravatar Robert Förster2014-02-27 20:04:41 +0000
committerGravatar Robert Förster2014-02-27 20:04:41 +0000
commit17d7487d963e1a6f97bbe9b9665180c2eca00e9d (patch)
tree1f2dd50c5ca9658b73308842cdfc85216f82e21e /src/modules/objects/KvsObject_webView.cpp
parent- some fixing for cmake 3 (diff)
downloadKVIrc-17d7487d963e1a6f97bbe9b9665180c2eca00e9d.tar.gz
KVIrc-17d7487d963e1a6f97bbe9b9665180c2eca00e9d.tar.bz2
KVIrc-17d7487d963e1a6f97bbe9b9665180c2eca00e9d.zip
- bump to QT 4.7 (we have no QT 4.8 specific code)
- QT4 on MSVC still needs qtmain, the cmake policy does not apply there - fix perl on windows, remove activestate hack, we don't support that anymore git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6371 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/KvsObject_webView.cpp')
-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[] = {