diff options
| author | Jonathan Bauer | 2011-01-13 15:32:59 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-01-13 15:32:59 +0100 |
| commit | 8ed850338461fa0264864c3177f94effd9cc8427 (patch) | |
| tree | 14b12577e57c5f04a94e7ccbf0604d7aaa987677 /fbbrowser | |
| parent | ich habe angefangen die Prüfung auf Internet Connectivität zu programmieren. (diff) | |
| download | fbgui-8ed850338461fa0264864c3177f94effd9cc8427.tar.gz fbgui-8ed850338461fa0264864c3177f94effd9cc8427.tar.xz fbgui-8ed850338461fa0264864c3177f94effd9cc8427.zip | |
test commit
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; |
