summaryrefslogtreecommitdiffstats
path: root/src/widget/wpushbutton.h
diff options
context:
space:
mode:
authorJean Claveau <jean.claveau@c277.fr>2014-09-09 13:02:40 +0200
committerJean Claveau <jean.claveau@c277.fr>2014-09-09 13:02:40 +0200
commit004216e72c20ea3c0c090e1db43d39d86c524dab (patch)
tree8ec21f83c79e8014188c8d6458f210cbe27d3a6f /src/widget/wpushbutton.h
parent3641ff29c0d4e759fe795f57991e968849ff1e13 (diff)
cleaning
Diffstat (limited to 'src/widget/wpushbutton.h')
-rw-r--r--src/widget/wpushbutton.h4
1 files changed, 0 insertions, 4 deletions
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<typename pixmapSource>
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);