Match up the declaration of setCorner with its definition (missing const)
svn path=/trunk/KDE/kdelibs/; revision=888512
This commit is contained in:
parent
ab804da710
commit
5959236882
@ -74,7 +74,7 @@ public:
|
|||||||
void setIconSize(const QSize newSize);
|
void setIconSize(const QSize newSize);
|
||||||
bool showing() const;
|
bool showing() const;
|
||||||
void setShowing(const bool show);
|
void setShowing(const bool show);
|
||||||
void setCorner(Corner corner);
|
void setCorner(const Corner corner);
|
||||||
Corner corner() const;
|
Corner corner() const;
|
||||||
|
|
||||||
bool isMovable() const;
|
bool isMovable() const;
|
||||||
|
Loading…
Reference in New Issue
Block a user