summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2011-01-13 15:32:59 +0100
committerJonathan Bauer2011-01-13 15:32:59 +0100
commit8ed850338461fa0264864c3177f94effd9cc8427 (patch)
tree14b12577e57c5f04a94e7ccbf0604d7aaa987677
parentich habe angefangen die Prüfung auf Internet Connectivität zu programmieren. (diff)
downloadfbgui-8ed850338461fa0264864c3177f94effd9cc8427.tar.gz
fbgui-8ed850338461fa0264864c3177f94effd9cc8427.tar.xz
fbgui-8ed850338461fa0264864c3177f94effd9cc8427.zip
test commit
-rw-r--r--fbbrowser/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/fbbrowser/main.cpp b/fbbrowser/main.cpp
index e0210f5..7f51a6f 100644
--- a/fbbrowser/main.cpp
+++ b/fbbrowser/main.cpp
@@ -6,6 +6,7 @@
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
+ // Is this really needed, since we kill the app through the fbbrowser object?
QObject::connect(&a, SIGNAL(lastWindowClosed()), &a, SLOT(quit()));
QUrl url;