forked from qt-creator/qt-creator
Clean exported headers of the Utils library.
Change-Id: I60638548b2dada5211787ad2013eb65761af5717 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#include <QApplication>
|
||||
#include <QFileInfo>
|
||||
#include <QMetaEnum>
|
||||
#include <QPalette>
|
||||
#include <QSettings>
|
||||
|
||||
namespace Utils {
|
||||
|
@@ -33,11 +33,11 @@
|
||||
|
||||
#include "../utils_global.h"
|
||||
|
||||
#include <QFlags>
|
||||
#include <QPalette>
|
||||
#include <QStyle>
|
||||
#include <QBrush> // QGradientStops
|
||||
#include <QObject>
|
||||
|
||||
QT_FORWARD_DECLARE_CLASS(QSettings)
|
||||
QT_FORWARD_DECLARE_CLASS(QPalette)
|
||||
|
||||
namespace Utils {
|
||||
|
||||
|
@@ -37,7 +37,6 @@
|
||||
#include <QObject>
|
||||
#include <QTimer>
|
||||
#include <QRect>
|
||||
#include <QFont>
|
||||
|
||||
/*
|
||||
* In its current form QToolTip is not extensible. So this is an attempt to provide a more
|
||||
|
Reference in New Issue
Block a user