summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/designercore/include/qmlanchors.h
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2012-11-06 14:30:12 +0100
committerThomas Hartmann <Thomas.Hartmann@digia.com>2012-11-21 16:00:24 +0100
commit5e243dabd95231be106e4d148151bab46c58a7a3 (patch)
treef9dd7581fc408cca419f381c8d27392354aab4f7 /src/plugins/qmldesigner/designercore/include/qmlanchors.h
parent960801b52cf4eece1d89ce02d2a40f2a82b6667d (diff)
downloadqt-creator-5e243dabd95231be106e4d148151bab46c58a7a3.tar.gz
QmlDesigner: export core functionality
We export the core functionality of the model allowing other plugins to use it. The general functionality was already there, but I had to rename the macro to avoid name clashes. Also I renamed the .pri file to avoid confusion. Change-Id: I88203ce9dbfddc8d734e5e232ff71bc0e244e5b8 Reviewed-by: Marco Bubke <marco.bubke@digia.com>
Diffstat (limited to 'src/plugins/qmldesigner/designercore/include/qmlanchors.h')
-rw-r--r--src/plugins/qmldesigner/designercore/include/qmlanchors.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/qmldesigner/designercore/include/qmlanchors.h b/src/plugins/qmldesigner/designercore/include/qmlanchors.h
index 3b30ee8abb..63b784f707 100644
--- a/src/plugins/qmldesigner/designercore/include/qmlanchors.h
+++ b/src/plugins/qmldesigner/designercore/include/qmlanchors.h
@@ -30,13 +30,13 @@
#ifndef QmlAnchors_H
#define QmlAnchors_H
-#include <corelib_global.h>
+#include <qmldesignercorelib_global.h>
#include <qmlitemnode.h>
namespace QmlDesigner {
-class CORESHARED_EXPORT AnchorLine
+class QMLDESIGNERCORE_EXPORT AnchorLine
{
public:
enum Type {
@@ -73,7 +73,7 @@ private:
};
-class CORESHARED_EXPORT QmlAnchors
+class QMLDESIGNERCORE_EXPORT QmlAnchors
{
public:
QmlAnchors(const QmlItemNode &fxItemNode);