diff options
| author | 2011-03-16 22:03:19 +0000 | |
|---|---|---|
| committer | 2011-03-16 22:03:19 +0000 | |
| commit | e9fffb19e02a741d91b4a969aa74b97333371e16 (patch) | |
| tree | 4a3a40897bbfb8ad2b1373a484e2bf8a755d705f /src/modules/objects | |
| parent | Code improvements in the theme manager(wip) (diff) | |
| download | KVIrc-e9fffb19e02a741d91b4a969aa74b97333371e16.tar.gz KVIrc-e9fffb19e02a741d91b4a969aa74b97333371e16.tar.bz2 KVIrc-e9fffb19e02a741d91b4a969aa74b97333371e16.zip | |
Small compilation fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5611 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects')
| -rw-r--r-- | src/modules/objects/KvsObject_webView.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/objects/KvsObject_webView.cpp b/src/modules/objects/KvsObject_webView.cpp index c8c850c6b..8bdfa0e42 100644 --- a/src/modules/objects/KvsObject_webView.cpp +++ b/src/modules/objects/KvsObject_webView.cpp @@ -116,7 +116,6 @@ const QWebSettings::WebAttribute webattributes_cod[] = { QWebSettings::ZoomTextOnly #if (QT_VERSION >= 0x040700) , -#if (QT_VERSION >= 0x040700) QWebSettings::LocalContentCanAccessFileUrls #endif }; |
