diff options
Diffstat (limited to 'fbbrowser')
| -rw-r--r-- | fbbrowser/main.cpp | 1 |
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; |
