summaryrefslogtreecommitdiffstats
path: root/src/widget/wpushbutton.h
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2014-01-12 01:10:02 -0500
committerRJ Ryan <rryan@mixxx.org>2014-01-12 01:10:02 -0500
commit7bba4d10b1d6ef9f0e2e6ae1b7d727f9a28e8768 (patch)
treeeb618a421bc05b0756bfa585a89e3cc8fd75654c /src/widget/wpushbutton.h
parent181560d22823512001f22bc8352fdf5fac6c1df7 (diff)
Show debug tooltips when developer mode is enabled.
Provides useful information for skin writers in widget tooltips when in debug mode.
Diffstat (limited to 'src/widget/wpushbutton.h')
-rw-r--r--src/widget/wpushbutton.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widget/wpushbutton.h b/src/widget/wpushbutton.h
index 868c29e90f..50186f6cb3 100644
--- a/src/widget/wpushbutton.h
+++ b/src/widget/wpushbutton.h
@@ -61,6 +61,7 @@ class WPushButton : public WWidget {
virtual void mousePressEvent(QMouseEvent *e);
virtual void mouseReleaseEvent(QMouseEvent *e);
virtual void focusOutEvent(QFocusEvent* e);
+ void fillDebugTooltip(QStringList* debug);
private:
// Associates a pixmap of a given state of the button with the widget