From 49cbe0349184419530d22782cc670946b61c9f01 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 15 Jun 2013 14:42:20 +0200 Subject: - completed Qt5 compatibility - added GetFileVerisonInfoW hook for Windows 8 compatibility - fixed BossDummy to compile correctly with current version of the RGiesecke.DllExport assembly - fixed NCC components compiling with different Framewerk versions - dropped files-list in Nexus-tab of modinfo dialog --- src/nexusview.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nexusview.cpp') diff --git a/src/nexusview.cpp b/src/nexusview.cpp index 269894c2..6d70d830 100644 --- a/src/nexusview.cpp +++ b/src/nexusview.cpp @@ -36,7 +36,6 @@ NexusView::NexusView(QWidget *parent) : QWebView(parent), m_LastSeenModID(0) { installEventFilter(this); -// this->pageAction(QWebPage::OpenLinkInNewWindow) connect(this, SIGNAL(urlChanged(QUrl)), this, SLOT(urlChanged(QUrl))); page()->settings()->setMaximumPagesInCache(10); -- cgit v1.3.1