From 8ed850338461fa0264864c3177f94effd9cc8427 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 13 Jan 2011 15:32:59 +0100 Subject: test commit --- fbbrowser/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'fbbrowser') 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; -- cgit v1.2.3-55-g7522