summaryrefslogtreecommitdiffstats
path: root/src/widget/wpushbutton.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2014-02-18 00:39:49 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2014-02-18 00:39:49 +0100
commit968f04f620480a912dac47ea8ed672ab4e3a948b (patch)
treea6168f18380014b90d6c20dab65960764439fd49 /src/widget/wpushbutton.h
parent02675dc2e3f674342d2fdb49ff89e4352c6046ae (diff)
parent88732c00f46088990d793e0da295459764ef9fce (diff)
Merge remote-tracking branch 'upstream/master' into wpushbutton_default
Conflicts: src/widget/knobeventhandler.h src/widget/wslidercomposed.cpp
Diffstat (limited to 'src/widget/wpushbutton.h')
-rw-r--r--src/widget/wpushbutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/wpushbutton.h b/src/widget/wpushbutton.h
index 52aeead901..f74a24a42b 100644
--- a/src/widget/wpushbutton.h
+++ b/src/widget/wpushbutton.h
@@ -70,7 +70,7 @@ class WPushButton : public WWidget {
// Associates a background pixmap with the widget. This is only needed if
// the button pixmaps contains alpha channel values.
- void setPixmapBackground(const QString &filename);
+ void setPixmapBackground(const QString &filename, Paintable::DrawMode mode);
// True, if the button is currently pressed
bool m_bPressed;