From 0e0f78882d2a6d5da20b82557ff8a63738d6c14a Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 13 Jan 2011 16:02:26 +0100 Subject: Script for testing the app ine one go... --- fbbrowser/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'fbbrowser/main.cpp') 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())); -- cgit v1.2.3-55-g7522