diff options
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"; - -} - |
