diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-06-07 06:20:47 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-06-07 06:20:47 +0000 |
| commit | f082aa3101d3d8f000bca54a61a04c9c2927f85f (patch) | |
| tree | 3e3c2c1e2f123f435b84acb07d59a7a16bb4dca9 /src/qmmpui/fileloader_p.h | |
| parent | 53f258b7af4d3218717f178d12e19106bd150010 (diff) | |
| download | qmmp-f082aa3101d3d8f000bca54a61a04c9c2927f85f.tar.gz qmmp-f082aa3101d3d8f000bca54a61a04c9c2927f85f.tar.bz2 qmmp-f082aa3101d3d8f000bca54a61a04c9c2927f85f.zip | |
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
Diffstat (limited to 'src/qmmpui/fileloader_p.h')
| -rw-r--r-- | src/qmmpui/fileloader_p.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 <QFileInfo> #include <QMutex> #include <QThread> +#include <qmmp/trackinfo.h> 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; }; |
