diff options
Diffstat (limited to 'src/controls/ApplicationWindow.qml')
-rw-r--r-- | src/controls/ApplicationWindow.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/controls/ApplicationWindow.qml b/src/controls/ApplicationWindow.qml index bfd67b2c..5d501834 100644 --- a/src/controls/ApplicationWindow.qml +++ b/src/controls/ApplicationWindow.qml @@ -117,10 +117,8 @@ Window { */ property Item statusBar - /*! \internal */ onToolBarChanged: { if (toolBar) { toolBar.parent = toolBarArea } } - /*! \internal */ onStatusBarChanged: { if (statusBar) { statusBar.parent = statusBarArea } } /*! \internal */ |