diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-01-01 11:28:59 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-01-01 11:28:59 +0100 |
commit | c2e56bd21ee40501dab53b3647c8bdd1f370dba3 (patch) | |
tree | 495a1a73cf8628e1e6331d2faaac4d159ef2e9ee /ftnoir_tracker_ht/stdafx.h | |
parent | b4cd90ce91322830a6b08d6f18440cd92987f166 (diff) |
don't reference QSettings anymore
Diffstat (limited to 'ftnoir_tracker_ht/stdafx.h')
-rw-r--r-- | ftnoir_tracker_ht/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ftnoir_tracker_ht/stdafx.h b/ftnoir_tracker_ht/stdafx.h index 0e532c9f..6f1539b7 100644 --- a/ftnoir_tracker_ht/stdafx.h +++ b/ftnoir_tracker_ht/stdafx.h @@ -4,7 +4,6 @@ #include <QImage> #include <QLabel> #include <QCoreApplication> -#include <QSettings> #include <QIcon> #include <QHBoxLayout> #include <QTimer> |