diff options
Diffstat (limited to 'src/controls/plugin.cpp')
| -rw-r--r-- | src/controls/plugin.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/controls/plugin.cpp b/src/controls/plugin.cpp index dc7ee0b58..438317697 100644 --- a/src/controls/plugin.cpp +++ b/src/controls/plugin.cpp @@ -105,7 +105,9 @@ static const struct { { "ToolBar", 1, 0 }, { "ToolButton", 1, 0 }, - { "BusyIndicator", 1, 1 } + { "BusyIndicator", 1, 1 }, + + { "TextArea", 1, 3 } }; void QtQuickControlsPlugin::registerTypes(const char *uri) |
