summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/components/propertyeditor/quick2propertyeditorview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/components/propertyeditor/quick2propertyeditorview.cpp')
-rw-r--r--src/plugins/qmldesigner/components/propertyeditor/quick2propertyeditorview.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/components/propertyeditor/quick2propertyeditorview.cpp b/src/plugins/qmldesigner/components/propertyeditor/quick2propertyeditorview.cpp
index 7ff25cad8e..3987435802 100644
--- a/src/plugins/qmldesigner/components/propertyeditor/quick2propertyeditorview.cpp
+++ b/src/plugins/qmldesigner/components/propertyeditor/quick2propertyeditorview.cpp
@@ -35,6 +35,7 @@
#include "bindingeditor/bindingeditor.h"
#include "qmlanchorbindingproxy.h"
#include "theme.h"
+#include "aligndistribute.h"
namespace QmlDesigner {
@@ -59,6 +60,7 @@ void Quick2PropertyEditorView::registerQmlTypes()
SimpleColorPaletteModel::registerDeclarativeType();
Internal::QmlAnchorBindingProxy::registerDeclarativeType();
BindingEditor::registerDeclarativeType();
+ AlignDistribute::registerDeclarativeType();
}
}