From 8e83a5747029b567a302b59b0c9b957f39b73e5e Mon Sep 17 00:00:00 2001 From: Caroline Chao <caroline.chao@digia.com> Date: Tue, 2 Apr 2013 12:08:39 +0200 Subject: [PATCH] Doc: Fix internal properties That are visible in the documentation. Change-Id: I714548ad499d2ceeaae671ddfd907808243f9421 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com> --- src/controls/ComboBox.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controls/ComboBox.qml b/src/controls/ComboBox.qml index 5127954eb..f2203c207 100644 --- a/src/controls/ComboBox.qml +++ b/src/controls/ComboBox.qml @@ -86,9 +86,9 @@ Control { /*! The text of the currently selected item in the ComboBox. */ readonly property alias currentText: popup.selectedText - /* \internal */ + /*! \internal */ readonly property bool __pressed: mouseArea.pressed && mouseArea.containsMouse || popup.__popupVisible - /* \internal */ + /*! \internal */ property alias __containsMouse: mouseArea.containsMouse style: Qt.createComponent(Settings.THEME_PATH + "/ComboBoxStyle.qml", comboBox) -- GitLab