Clean exported headers of the Utils library.

Change-Id: I60638548b2dada5211787ad2013eb65761af5717
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Friedemann Kleint
2015-02-25 14:22:57 +01:00
committed by hjk
parent eb44cfc00a
commit cf35d7a13b
3 changed files with 4 additions and 4 deletions

View File

@@ -36,6 +36,7 @@
#include <QApplication> #include <QApplication>
#include <QFileInfo> #include <QFileInfo>
#include <QMetaEnum> #include <QMetaEnum>
#include <QPalette>
#include <QSettings> #include <QSettings>
namespace Utils { namespace Utils {

View File

@@ -33,11 +33,11 @@
#include "../utils_global.h" #include "../utils_global.h"
#include <QFlags> #include <QBrush> // QGradientStops
#include <QPalette> #include <QObject>
#include <QStyle>
QT_FORWARD_DECLARE_CLASS(QSettings) QT_FORWARD_DECLARE_CLASS(QSettings)
QT_FORWARD_DECLARE_CLASS(QPalette)
namespace Utils { namespace Utils {

View File

@@ -37,7 +37,6 @@
#include <QObject> #include <QObject>
#include <QTimer> #include <QTimer>
#include <QRect> #include <QRect>
#include <QFont>
/* /*
* In its current form QToolTip is not extensible. So this is an attempt to provide a more * In its current form QToolTip is not extensible. So this is an attempt to provide a more