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 <QApplication>
|
||||||
#include <QFileInfo>
|
#include <QFileInfo>
|
||||||
#include <QMetaEnum>
|
#include <QMetaEnum>
|
||||||
|
#include <QPalette>
|
||||||
#include <QSettings>
|
#include <QSettings>
|
||||||
|
|
||||||
namespace Utils {
|
namespace Utils {
|
||||||
|
@@ -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 {
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user