changeset 21 | 4633027730f5 |
parent 2 | 06ff229162e9 |
child 23 | e6ad4ef83b23 |
--- a/src/hbwidgets/sliders/hbprogressslider_p.h Tue Jul 06 14:36:53 2010 +0300 +++ b/src/hbwidgets/sliders/hbprogressslider_p.h Wed Aug 18 10:05:37 2010 +0300 @@ -55,7 +55,8 @@ bool invertedAppearance() const ; QString toolTipText() const; Qt::Alignment textAlignment() const; - bool textVisible()const{ return (mTooltipText=="")? false:true ;}; + bool textVisible()const; + bool mToolTipTextVisibleUser; Qt::Orientation orientation(); void setRange(int minimum, int maximum);