From 84e57e30e0ea6e97a75a67f339a8f4f6b7d4462a Mon Sep 17 00:00:00 2001 From: AronVanAmmers Date: Fri, 3 Oct 2014 13:26:59 +0200 Subject: [PATCH] Upstream fix --- alethzero/MainWin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alethzero/MainWin.cpp b/alethzero/MainWin.cpp index 32b38be5a..2181098a9 100644 --- a/alethzero/MainWin.cpp +++ b/alethzero/MainWin.cpp @@ -25,7 +25,7 @@ #include #include #include -//#include +#include #include #include #include @@ -138,7 +138,7 @@ Main::Main(QWidget *parent) : m_ethereum = new QEthereum(this, ethereum(), owned()); m_whisper = new QWhisper(this, whisper()); - //QWebSettings::globalSettings()->setAttribute(QWebSettings::DeveloperExtrasEnabled, true); + QWebSettings::globalSettings()->setAttribute(QWebSettings::DeveloperExtrasEnabled, true); QWebFrame* f = ui->webView->page()->mainFrame(); f->disconnect(SIGNAL(javaScriptWindowObjectCleared())); auto qeth = m_ethereum;