svn path=/trunk/KDE/kdelibs/; revision=982723
This commit is contained in:
Aaron J. Seigo 2009-06-16 17:49:27 +00:00
parent c63f672d49
commit 55a8682576
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ void LineEdit::setClearButtonShown(bool show)
nativeWidget()->setClearButtonShown(show);
}
bool LineEdit::isClearButtonShown()
bool LineEdit::isClearButtonShown() const
{
return nativeWidget()->isClearButtonShown();
}

View File

@ -72,7 +72,7 @@ public:
* @return true if the clear button is set to be shown
* @since 4.3
*/
bool isClearButtonShown();
bool isClearButtonShown() const;
/**
* Sets the stylesheet used to control the visual display of this LineEdit