forked from qt-creator/qt-creator
Mac: Remove unused include that vanished from Qt5
Fixes compilation with Qt5 Change-Id: I7d591355b0d4553956341ca6552cfa8f138e92c0 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
@@ -63,10 +63,6 @@
|
|||||||
#include <QSplitter>
|
#include <QSplitter>
|
||||||
#include <QStackedLayout>
|
#include <QStackedLayout>
|
||||||
|
|
||||||
#ifdef Q_OS_MAC
|
|
||||||
#include <qmacstyle_mac.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
using namespace Core;
|
using namespace Core;
|
||||||
using namespace Core::Internal;
|
using namespace Core::Internal;
|
||||||
|
|
||||||
|
|||||||
@@ -48,9 +48,6 @@
|
|||||||
#include <QStyleOption>
|
#include <QStyleOption>
|
||||||
#include <QHeaderView>
|
#include <QHeaderView>
|
||||||
#include <QKeyEvent>
|
#include <QKeyEvent>
|
||||||
#ifdef Q_OS_MAC
|
|
||||||
#include <qmacstyle_mac.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
using namespace Core;
|
using namespace Core;
|
||||||
using namespace Core::Internal;
|
using namespace Core::Internal;
|
||||||
|
|||||||
@@ -42,10 +42,6 @@
|
|||||||
#include <QMouseEvent>
|
#include <QMouseEvent>
|
||||||
#include <QMenu>
|
#include <QMenu>
|
||||||
|
|
||||||
#ifdef Q_OS_MAC
|
|
||||||
#include <qmacstyle_mac.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
using namespace Help::Internal;
|
using namespace Help::Internal;
|
||||||
|
|
||||||
// -- OpenPagesDelegate
|
// -- OpenPagesDelegate
|
||||||
|
|||||||
Reference in New Issue
Block a user