forked from qt-creator/qt-creator
Purge out include files in exported headers
This commit is contained in:
@@ -33,6 +33,9 @@
|
||||
#include <QtGui/QColor>
|
||||
#include <QtGui/QVBoxLayout>
|
||||
#include <QtGui/QMenu>
|
||||
#include <QtGui/QProgressBar>
|
||||
#include <QtGui/QHBoxLayout>
|
||||
|
||||
|
||||
using namespace Core;
|
||||
|
||||
|
||||
@@ -36,11 +36,11 @@
|
||||
#include <QtCore/QFuture>
|
||||
#include <QtCore/QFutureWatcher>
|
||||
#include <QtGui/QWidget>
|
||||
#include <QtGui/QIcon>
|
||||
#include <QtGui/QAction>
|
||||
#include <QtGui/QProgressBar>
|
||||
#include <QtGui/QMouseEvent>
|
||||
#include <QtGui/QHBoxLayout>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QProgressBar;
|
||||
class QHBoxLayout;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
class ProgressBar;
|
||||
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QFuture>
|
||||
#include <QtGui/QIcon>
|
||||
|
||||
namespace Core {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user