From 26da2f9c144799264e2d36bf2988ba8bc404ee11 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 30 Oct 2009 16:08:15 +0000 Subject: added skinned cursors (patch by Erik Ölsar) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1338 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/button.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ui/button.h') diff --git a/src/ui/button.h b/src/ui/button.h index dea4ecced..ce8651ffe 100644 --- a/src/ui/button.h +++ b/src/ui/button.h @@ -31,7 +31,7 @@ class Button : public PixmapWidget { Q_OBJECT public: - Button(QWidget *parent, uint normal, uint pressed); + Button(QWidget *parent, uint normal, uint pressed, uint cursor); ~Button(); @@ -46,6 +46,7 @@ private: bool m_cursorin; void setON(bool); uint name_normal, name_pressed; + uint name_cursor; protected: void mousePressEvent(QMouseEvent*); -- cgit v1.2.3-13-gbd6f