aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/jumptotrackdialog_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/jumptotrackdialog_p.h')
-rw-r--r--src/qmmpui/jumptotrackdialog_p.h4
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