From 12bbc34e0c7a1bb6f5352dcddfadf6f736b4f8fa Mon Sep 17 00:00:00 2001 From: Caroline Chao <caroline.chao@digia.com> Date: Fri, 26 Apr 2013 11:35:27 +0200 Subject: [PATCH] BasicButton: Make textColor property internal Change-Id: I1b328bfaa656b1482b9dac73f2ce07a0100fb374 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com> --- src/private/BasicButton.qml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/private/BasicButton.qml b/src/private/BasicButton.qml index a0ad0d167..759a9f902 100644 --- a/src/private/BasicButton.qml +++ b/src/private/BasicButton.qml @@ -91,14 +91,11 @@ Control { The default value is \c false. */ property bool activeFocusOnPress: false - /*! This property holds the button text color. - - The default value is SystemPalette::text. */ - property color textColor: syspal.text - /*! This property holds the button tooltip. */ property string tooltip + /*! \internal */ + property color __textColor: syspal.text /*! \internal */ property string __position: "only" /*! \internal */ -- GitLab