From 17d7487d963e1a6f97bbe9b9665180c2eca00e9d Mon Sep 17 00:00:00 2001 From: Robert Förster Date: Thu, 27 Feb 2014 20:04:41 +0000 Subject: - 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 --- src/modules/objects/KvsObject_webView.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/modules/objects') 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[] = { -- cgit v1.3.1-10-gc9f91