From f0fce24367cb78c0b24395a6cbee34f312dd6b9f Mon Sep 17 00:00:00 2001 From: Niklas Goby Date: Mon, 21 Mar 2011 12:10:08 +0100 Subject: compilable now --- src/fbgui.cpp | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src') diff --git a/src/fbgui.cpp b/src/fbgui.cpp index e21bdc6..a48b069 100644 --- a/src/fbgui.cpp +++ b/src/fbgui.cpp @@ -1,6 +1,4 @@ #include "fbgui.h" -#include "downloadManager.h" -#include "javascriptInterface.h" #include "loggerengine.h" #include "downloadmanager.h" #include "javascriptinterface.h" @@ -18,18 +16,6 @@ int debugMode = -1; //------------------------------------------------------------------------------------------- fbgui::fbgui() { - /* debug console test */ - if (debug) logView = new logViewer(this); - logView->write("fbgui initialization..."); - - - - /* initialize "browser" */ - checkHost(); - - webView = new QWebView(this); - webView->load(baseURL); - // setup basic debug qxtLog->disableLoggerEngine("DEFAULT"); qxtLog->enableLogLevels(QxtLogger::DebugLevel); -- cgit v1.2.3-55-g7522