diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-10-02 06:27:28 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-10-02 06:27:28 +0000 |
| commit | 047d5bb26c81578808fb4b8583888f8dcdff533e (patch) | |
| tree | d07ca9aeedc68c72f1f76066c199d957476cc56d /src/plugins/Ui/skinned/textscroller.h | |
| parent | 5b86ac4c17a8f59eabe440966c3308b9094d50c8 (diff) | |
| download | qmmp-047d5bb26c81578808fb4b8583888f8dcdff533e.tar.gz qmmp-047d5bb26c81578808fb4b8583888f8dcdff533e.tar.bz2 qmmp-047d5bb26c81578808fb4b8583888f8dcdff533e.zip | |
Show track details when double-clicking on song title in main window
(patch by Thomas Perl) (#812)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5642 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/textscroller.h')
| -rw-r--r-- | src/plugins/Ui/skinned/textscroller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Ui/skinned/textscroller.h b/src/plugins/Ui/skinned/textscroller.h index 32cc1cb5a..919f4644b 100644 --- a/src/plugins/Ui/skinned/textscroller.h +++ b/src/plugins/Ui/skinned/textscroller.h @@ -60,6 +60,7 @@ private: void mousePressEvent(QMouseEvent *); void mouseReleaseEvent(QMouseEvent *); void mouseMoveEvent(QMouseEvent *); + void mouseDoubleClickEvent(QMouseEvent *); void preparePixmap(const QString &text, bool scrollable = false); QString m_defautText; QString m_bufferText; |
