From 7bba4d10b1d6ef9f0e2e6ae1b7d727f9a28e8768 Mon Sep 17 00:00:00 2001 From: RJ Ryan Date: Sun, 12 Jan 2014 01:10:02 -0500 Subject: Show debug tooltips when developer mode is enabled. Provides useful information for skin writers in widget tooltips when in debug mode. --- src/widget/wpushbutton.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/widget/wpushbutton.h') 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 -- cgit v1.2.3