summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbgui.cpp')
-rw-r--r--src/fbgui.cpp14
1 files changed, 0 insertions, 14 deletions
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);