From 908de607e2f3de2fd50517a9752cf66bddd16582 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 2 Feb 2015 11:09:14 +0000 Subject: using one formatter for all tracks git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4712 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/qmmpuisettings.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/qmmpui/qmmpuisettings.h') diff --git a/src/qmmpui/qmmpuisettings.h b/src/qmmpui/qmmpuisettings.h index f9d6fd99b..0380135ca 100644 --- a/src/qmmpui/qmmpuisettings.h +++ b/src/qmmpui/qmmpuisettings.h @@ -23,6 +23,7 @@ #include #include +#include "metadataformatter.h" class QTimer; @@ -180,6 +181,10 @@ public: * otherwise. */ bool clearPreviousPlayList() const; + + const MetaDataFormatter* titleFormatter() const; + const MetaDataFormatter* groupFormatter() const; + /*! * Returns a pointer to the QmmpUiSettings instance. */ @@ -272,6 +277,8 @@ private: bool m_use_clipboard; //timer QTimer *m_timer; + //formatters + MetaDataFormatter m_group_formatter, m_title_formatter; }; #endif // QMMPUISETTINGS_H -- cgit v1.2.3-13-gbd6f