summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-08 13:33:08 +0100
committerJonathan Bauer2011-03-08 13:33:08 +0100
commit966004dadb2aa38a6b9db0e067eab768072b46e1 (patch)
tree67b79a22ab2d1dd1b16c60a59e8fe1d1129f6b39 /src
parentgui quit fix. (diff)
downloadfbgui-966004dadb2aa38a6b9db0e067eab768072b46e1.tar.gz
fbgui-966004dadb2aa38a6b9db0e067eab768072b46e1.tar.xz
fbgui-966004dadb2aa38a6b9db0e067eab768072b46e1.zip
dead code
Diffstat (limited to 'src')
-rw-r--r--src/fbgui.cpp6
-rw-r--r--src/fbgui.h2
2 files changed, 0 insertions, 8 deletions
diff --git a/src/fbgui.cpp b/src/fbgui.cpp
index 0a99393..8be9385 100644
--- a/src/fbgui.cpp
+++ b/src/fbgui.cpp
@@ -16,7 +16,6 @@ bool debug = false;
fbgui::fbgui(QApplication *parent)
{
- setAttribute(Qt::WA_QuitOnClose, true);
qDebug() << "Application dir path: " << QApplication::applicationDirPath();
/* Browser init. */
QWebView* webView = new QWebView(this);
@@ -40,8 +39,3 @@ fbgui::fbgui(QApplication *parent)
}
-void fbgui::quit(){
- qDebug() << "fbgui::quit() call";
-
-}
-
diff --git a/src/fbgui.h b/src/fbgui.h
index a413084..ed773cd 100644
--- a/src/fbgui.h
+++ b/src/fbgui.h
@@ -19,8 +19,6 @@ class fbgui : public QMainWindow
public:
fbgui(QApplication *parent);
-public slots:
- void quit();
};
#endif // FBGUI_H