diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-01-16 16:05:06 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-01-16 16:05:06 +0000 |
| commit | c593f9fb752f038ff68df6d753085890798e5783 (patch) | |
| tree | ef657b68408a8c818bf08836e62ab731ed035e28 /src/qmmpui/detailsdialog.h | |
| parent | 886f9be488970798b2725ad2e9ddf26b5cadee07 (diff) | |
| download | qmmp-c593f9fb752f038ff68df6d753085890798e5783.tar.gz qmmp-c593f9fb752f038ff68df6d753085890798e5783.tar.bz2 qmmp-c593f9fb752f038ff68df6d753085890798e5783.zip | |
refactoring
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9640 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/detailsdialog.h')
| -rw-r--r-- | src/qmmpui/detailsdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/detailsdialog.h b/src/qmmpui/detailsdialog.h index 106bd1281..7e04f89de 100644 --- a/src/qmmpui/detailsdialog.h +++ b/src/qmmpui/detailsdialog.h @@ -48,7 +48,7 @@ public: * @param tracks a list of tracks which should be used. * @param parent Parent widget. */ - explicit DetailsDialog(QList<PlayListTrack *> tracks, QWidget *parent = nullptr); + explicit DetailsDialog(const QList<PlayListTrack *> &tracks, QWidget *parent = nullptr); /*! * Destructor. */ |
