diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-03-11 18:02:36 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-03-11 18:02:36 +0000 |
| commit | 088a0426ee71244af997872b7bb1e67c7b47ba08 (patch) | |
| tree | 82aaa88f847e9a65f6d21ef85ab9a22ec8bcfff1 /src/qmmpui/jumptotrackdialog_p.h | |
| parent | eac0064e6a485dcab9aacb6b1d315b8a072fd6e4 (diff) | |
| download | qmmp-088a0426ee71244af997872b7bb1e67c7b47ba08.tar.gz qmmp-088a0426ee71244af997872b7bb1e67c7b47ba08.tar.bz2 qmmp-088a0426ee71244af997872b7bb1e67c7b47ba08.zip | |
fixed "Jump to Track dialog"
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4795 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/jumptotrackdialog_p.h')
| -rw-r--r-- | src/qmmpui/jumptotrackdialog_p.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qmmpui/jumptotrackdialog_p.h b/src/qmmpui/jumptotrackdialog_p.h index e541866f5..94fcaad64 100644 --- a/src/qmmpui/jumptotrackdialog_p.h +++ b/src/qmmpui/jumptotrackdialog_p.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007-2013 by Ilya Kotov * + * Copyright (C) 2007-2015 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -23,6 +23,7 @@ #include <QDialog> #include <QList> +#include "metadataformatter.h" #include "ui_jumptotrackdialog.h" class QStringListModel; @@ -58,6 +59,7 @@ private: PlayListManager *m_pl_manager; PlayListModel *m_model; QList<int> m_indexes; + MetaDataFormatter m_titleFormatter; }; #endif //JUMPTOTRACKDIALOG_P_H |
