summaryrefslogtreecommitdiff
path: root/src/controls/Tab.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Tab.qml')
-rw-r--r--src/controls/Tab.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/controls/Tab.qml b/src/controls/Tab.qml
index 0f88e238..0cf26341 100644
--- a/src/controls/Tab.qml
+++ b/src/controls/Tab.qml
@@ -57,6 +57,10 @@ Loader {
/*! This property holds the title of the tab. */
property string title
+
+ /*! \internal */
+ property bool __inserted: false
+
Accessible.role: Accessible.LayeredPane
active: false
visible: false