From 004216e72c20ea3c0c090e1db43d39d86c524dab Mon Sep 17 00:00:00 2001 From: Jean Claveau Date: Tue, 9 Sep 2014 13:02:40 +0200 Subject: cleaning --- src/widget/wpushbutton.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/widget/wpushbutton.h') diff --git a/src/widget/wpushbutton.h b/src/widget/wpushbutton.h index 2d22bd46fb..b37f037e31 100644 --- a/src/widget/wpushbutton.h +++ b/src/widget/wpushbutton.h @@ -78,14 +78,10 @@ class WPushButton : public WWidget { private: // Associates a pixmap of a given state of the button with the widget - // template void setPixmap(int iState, bool bPressed, PixmapSource* source); - void setPixmap(int iState, bool bPressed, const QString& filename); - // void setPixmap(int iState, bool bPressed, const QString &filename); // Associates a background pixmap with the widget. This is only needed if // the button pixmaps contains alpha channel values. - void setPixmapBackground(const QString &filename, Paintable::DrawMode mode); void setPixmapBackground(PixmapSource* source, Paintable::DrawMode mode); -- cgit v1.2.3