From f082aa3101d3d8f000bca54a61a04c9c2927f85f Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 7 Jun 2018 06:20:47 +0000 Subject: fixed feature to disable metadata git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8005 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/fileloader_p.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/qmmpui/fileloader_p.h') diff --git a/src/qmmpui/fileloader_p.h b/src/qmmpui/fileloader_p.h index 4bab33b3f..d479ef786 100644 --- a/src/qmmpui/fileloader_p.h +++ b/src/qmmpui/fileloader_p.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2017 by Ilya Kotov * + * Copyright (C) 2006-2018 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -26,6 +26,7 @@ #include #include #include +#include class PlayListTrack; class PlayListItem; @@ -100,7 +101,7 @@ private: QStringList m_filters; QmmpUiSettings *m_settings; bool m_finished; - bool m_use_meta; + TrackInfo::Parts m_parts; QMutex m_mutex; }; -- cgit v1.2.3-13-gbd6f