diff options
Diffstat (limited to 'src/controls/Tab.qml')
-rw-r--r-- | src/controls/Tab.qml | 4 |
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 |