- Fixing indentation

- Stop catching SIGINT and SIGTERM once the application has exiting
This commit is contained in:
Christophe Dumez
2010-01-02 23:03:46 +00:00
parent 78ba99778a
commit 99459dc55d
4 changed files with 952 additions and 940 deletions

View File

@@ -35,10 +35,10 @@
#include <QUrl>
#include <QStringList>
#ifdef DISABLE_GUI
#include <QCoreApplication>
#include <QCoreApplication>
#else
#include <QApplication>
#include <QPalette>
#include <QApplication>
#include <QPalette>
#endif
#include <QPointer>