diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-09-02 09:11:40 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-09-02 09:11:40 +0000 |
| commit | a2b0cb8e85797bd90666e538d2543c3a981ee51e (patch) | |
| tree | d21f0bc87419349279147c22ad3d981493530eb6 /src/qmmpui/detailsdialog.h | |
| parent | adba90cee9e3a72367f4df24c62cc38b35d5b9c3 (diff) | |
| download | qmmp-a2b0cb8e85797bd90666e538d2543c3a981ee51e.tar.gz qmmp-a2b0cb8e85797bd90666e538d2543c3a981ee51e.tar.bz2 qmmp-a2b0cb8e85797bd90666e538d2543c3a981ee51e.zip | |
prepare for multiple tags viewer
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3677 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/detailsdialog.h')
| -rw-r--r-- | src/qmmpui/detailsdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmpui/detailsdialog.h b/src/qmmpui/detailsdialog.h index 570235a71..9d439fe49 100644 --- a/src/qmmpui/detailsdialog.h +++ b/src/qmmpui/detailsdialog.h @@ -43,10 +43,10 @@ class DetailsDialog : public QDialog public: /*! * Constructor. - * @param item Playlist item which should be used. + * @param tracks a list of tracks which should be used. * @param parent Parent widget. */ - DetailsDialog(PlayListTrack *item, QWidget *parent = 0); + DetailsDialog(QList<PlayListTrack *> tracks, QWidget *parent = 0); /*! * Destructor. */ |
