summaryrefslogtreecommitdiffstats
path: root/src/controls/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/plugin.cpp')
-rw-r--r--src/controls/plugin.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/controls/plugin.cpp b/src/controls/plugin.cpp
index b98e79080..6e0e1b045 100644
--- a/src/controls/plugin.cpp
+++ b/src/controls/plugin.cpp
@@ -91,7 +91,9 @@ static const struct {
{ "TextArea", 1, 0 },
{ "TextField", 1, 0 },
{ "ToolBar", 1, 0 },
- { "ToolButton", 1, 0 }
+ { "ToolButton", 1, 0 },
+
+ { "BusyIndicator", 1, 1 }
};
void QtQuickControlsPlugin::registerTypes(const char *uri)