constify
svn path=/trunk/KDE/kdelibs/; revision=982723
This commit is contained in:
parent
c63f672d49
commit
55a8682576
@ -98,7 +98,7 @@ void LineEdit::setClearButtonShown(bool show)
|
||||
nativeWidget()->setClearButtonShown(show);
|
||||
}
|
||||
|
||||
bool LineEdit::isClearButtonShown()
|
||||
bool LineEdit::isClearButtonShown() const
|
||||
{
|
||||
return nativeWidget()->isClearButtonShown();
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user