diff options
| author | J-P Nurmi <jpnurmi@digia.com> | 2013-04-08 12:00:28 +0200 |
|---|---|---|
| committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-04-08 12:44:31 +0200 |
| commit | 86874eaaf4a6bee0001491490ead790862e48fce (patch) | |
| tree | 0ebe82bd7ed3c69d71ba50eac30fab8090242dc3 /src/controls/ApplicationWindow.qml | |
| parent | cec78cc680c4d7c78aee76e9bc05204713e17d12 (diff) | |
Cleanup the superfluous \internal tags that are no longer needed
Change-Id: I2eaaf7e82351e70a742eeadc32b8e1f8655a02c1
Reviewed-by: Caroline Chao <caroline.chao@digia.com>
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 bfd67b2c0..5d501834a 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 */ |
