forked from qt-creator/qt-creator
QmlDesigner: cleanup code
Change-Id: Ia281b8efcacdfb00e724e97b491fbd4250a99fb1 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
This commit is contained in:
@@ -50,7 +50,6 @@ MoveTool::MoveTool(FormEditorView *editorView)
|
||||
m_selectionIndicator.setCursor(Qt::SizeAllCursor);
|
||||
}
|
||||
|
||||
|
||||
MoveTool::~MoveTool()
|
||||
{
|
||||
|
||||
|
||||
@@ -30,8 +30,6 @@
|
||||
|
||||
// Unnecessary since core isn't a dll any more.
|
||||
|
||||
#define TEST_CORESHARED_EXPORT
|
||||
|
||||
#if defined(DESIGNER_CORE_LIBRARY)
|
||||
# define QMLDESIGNERCORE_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
@@ -62,14 +60,3 @@ enum AnchorLineType {
|
||||
AnchorLineAllMask = AnchorLineVerticalMask | AnchorLineHorizontalMask
|
||||
};
|
||||
}
|
||||
//#if defined(TEST_EXPORTS)
|
||||
//#if defined(CORE_LIBRARY)
|
||||
//# define TEST_CORESHARED_EXPORT Q_DECL_EXPORT
|
||||
//#else
|
||||
//# define TEST_CORESHARED_EXPORT Q_DECL_IMPORT
|
||||
//#endif
|
||||
//#else
|
||||
//# define TEST_CORESHARED_EXPORT
|
||||
//#endif
|
||||
|
||||
#include <qglobal.h>
|
||||
|
||||
Reference in New Issue
Block a user