forked from qt-creator/qt-creator
Designer: Remove compatibility code for Qt < 5.0
Change-Id: I3ebe69b2c56635d1978da994fc772536a2839304 Reviewed-by: Christian Stenger <christian.stenger@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -32,12 +32,7 @@
|
||||
|
||||
#include <utils/wizard.h>
|
||||
|
||||
#if QT_VERSION >= 0x050000
|
||||
# include <QDesignerNewFormWidgetInterface>
|
||||
#else
|
||||
# include "qt_private/abstractnewformwidget_p.h"
|
||||
#endif
|
||||
|
||||
#include <QDesignerNewFormWidgetInterface>
|
||||
#include <QDebug>
|
||||
#include <QXmlStreamReader>
|
||||
#include <QXmlStreamAttributes>
|
||||
|
||||
Reference in New Issue
Block a user