diff --git a/src/controls/ComboBox.qml b/src/controls/ComboBox.qml index 5127954ebfb158b863e260c8276d84ef74481b3b..f2203c20725e6c7733a77660e722b46c0eb71f57 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)