aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/styles/neptune/neptunestyleplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/styles/neptune/neptunestyleplugin.cpp')
-rw-r--r--plugins/styles/neptune/neptunestyleplugin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/styles/neptune/neptunestyleplugin.cpp b/plugins/styles/neptune/neptunestyleplugin.cpp
index 63b35a01..5f3200a9 100644
--- a/plugins/styles/neptune/neptunestyleplugin.cpp
+++ b/plugins/styles/neptune/neptunestyleplugin.cpp
@@ -34,6 +34,7 @@
#include <QtQml>
#include "neptunestyle.h"
#include "neptunetheme.h"
+#include "qquickiconlabel_p.h"
Q_LOGGING_CATEGORY(neptuneStyle, "neptune.style")
@@ -44,6 +45,7 @@ NeptuneStylePlugin::NeptuneStylePlugin(QObject *parent)
void NeptuneStylePlugin::registerTypes(const char *uri)
{
+ qmlRegisterType<QQuickIconLabel>(uri, 3, 0, "NeptuneIconLabel");
qmlRegisterUncreatableType<NeptuneStyle>(uri, 3, 0, "NeptuneStyle", "NeptuneStyle is an attached property");
}