Match up the declaration of setCorner with its definition (missing const)

svn path=/trunk/KDE/kdelibs/; revision=888512
This commit is contained in:
Adriaan de Groot 2008-11-24 17:39:03 +00:00
parent ab804da710
commit 5959236882

View File

@ -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;