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/qmmpui/playlistmodel.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/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index d8602d531..bc39fe2aa 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -458,6 +458,11 @@ public slots: */ void showDetails(QWidget *parent = 0); /*! + * Shows the details for the current song (if any). + * @param parent parent widget. + */ + void showDetailsForCurrent(QWidget *parent = 0); + /*! * Ensures that the current track is visible. */ void doCurrentVisibleRequest(); |
