[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdebase/kicker/libkicker
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2006-04-13 8:50:40
Message-ID: 1144918240.244298.12518.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 529357 by aseigo:

fix method signature for proper override
CID 923


 M  +1 -1      simplebutton.cpp  
 M  +1 -1      simplebutton.h  


--- branches/KDE/3.5/kdebase/kicker/libkicker/simplebutton.cpp #529356:529357
@@ -62,7 +62,7 @@
     update();
 }
 
-QSize SimpleButton::sizeHint()
+QSize SimpleButton::sizeHint() const
 {
     const QPixmap* pm = pixmap();
 
--- branches/KDE/3.5/kdebase/kicker/libkicker/simplebutton.h #529356:529357
@@ -34,7 +34,7 @@
         SimpleButton(QWidget *parent, const char *name = 0);
         void setPixmap(const QPixmap &pix);
         void setOrientation(Qt::Orientation orientaton);
-        QSize sizeHint();
+        QSize sizeHint() const;
 
     protected:
         void drawButton( QPainter *p );
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic