From 97adebbb8689671e6045d09f84456f28566aa3ed Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 30 Sep 2015 16:38:10 +0000 Subject: skinned: improved time indicator in shaded mode (Thomas Perl) (#811) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5621 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Ui/skinned/pixmapwidget.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/plugins/Ui/skinned/pixmapwidget.h') diff --git a/src/plugins/Ui/skinned/pixmapwidget.h b/src/plugins/Ui/skinned/pixmapwidget.h index 8272fbc9a..bfaa564d4 100644 --- a/src/plugins/Ui/skinned/pixmapwidget.h +++ b/src/plugins/Ui/skinned/pixmapwidget.h @@ -39,6 +39,10 @@ public: protected: void paintEvent ( QPaintEvent * event ); + virtual void mousePressEvent(QMouseEvent*); + +signals: + void mouseClicked(); private: QPixmap m_pixmap; -- cgit v1.2.3-13-gbd6f