diff options
| author | Jonathan Bauer | 2011-03-08 13:33:08 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-03-08 13:33:08 +0100 |
| commit | 966004dadb2aa38a6b9db0e067eab768072b46e1 (patch) | |
| tree | 67b79a22ab2d1dd1b16c60a59e8fe1d1129f6b39 /src/fbgui.cpp | |
| parent | gui quit fix. (diff) | |
| download | fbgui-966004dadb2aa38a6b9db0e067eab768072b46e1.tar.gz fbgui-966004dadb2aa38a6b9db0e067eab768072b46e1.tar.xz fbgui-966004dadb2aa38a6b9db0e067eab768072b46e1.zip | |
dead code
Diffstat (limited to 'src/fbgui.cpp')
| -rw-r--r-- | src/fbgui.cpp | 6 |
1 files changed, 0 insertions, 6 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"; - -} - |
