aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-05-29 19:38:50 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-05-29 19:38:50 +0000
commitd9da36ad707752d9861ddbd62be5a091c76751fb (patch)
tree4fffb84e975933975bd4e50b358815f09df7aade
parent7de09343d9670328bbefd0f169af6d1673b6d6a9 (diff)
downloadqmmp-d9da36ad707752d9861ddbd62be5a091c76751fb.tar.gz
qmmp-d9da36ad707752d9861ddbd62be5a091c76751fb.tar.bz2
qmmp-d9da36ad707752d9861ddbd62be5a091c76751fb.zip
fixed build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@392 90c681e8-e032-0410-971d-27865f9a5e38
-rw-r--r--src/ui/playlistitem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/playlistitem.h b/src/ui/playlistitem.h
index 621788a48..04bf4b97c 100644
--- a/src/ui/playlistitem.h
+++ b/src/ui/playlistitem.h
@@ -63,6 +63,7 @@ private:
bool m_selected;
bool m_current;
bool m_use_meta;
+ bool m_convertUnderscore, m_convertTwenty, m_fullStreamPath;
QString m_format;
FLAGS m_flag;
};