summaryrefslogtreecommitdiffstats
path: root/fbbrowser/main.cpp
diff options
context:
space:
mode:
authorJonathan Bauer2011-01-13 16:02:26 +0100
committerJonathan Bauer2011-01-13 16:02:26 +0100
commit0e0f78882d2a6d5da20b82557ff8a63738d6c14a (patch)
treed078586cdabec778ea90fc563fb297783b88c79d /fbbrowser/main.cpp
parenteinige kommentare hingefügt... (diff)
downloadfbgui-0e0f78882d2a6d5da20b82557ff8a63738d6c14a.tar.gz
fbgui-0e0f78882d2a6d5da20b82557ff8a63738d6c14a.tar.xz
fbgui-0e0f78882d2a6d5da20b82557ff8a63738d6c14a.zip
Script for testing the app ine one go...
Diffstat (limited to 'fbbrowser/main.cpp')
-rw-r--r--fbbrowser/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/fbbrowser/main.cpp b/fbbrowser/main.cpp
index aa6da2e..fc333fb 100644
--- a/fbbrowser/main.cpp
+++ b/fbbrowser/main.cpp
@@ -5,6 +5,7 @@
int main(int argc, char *argv[])
{
+ // This is the main object of a QT Application.
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()));