aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/metadataformatter.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-07-03 17:41:39 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-07-03 17:41:39 +0000
commit640d330c2491dd038cd2092313be8f6e0b252ede (patch)
treec8b1880e281aefb2c877d30ef10d7969f15fb66b /src/qmmpui/metadataformatter.h
parent9548b51896fd67e633605a10e52ef605741b98e7 (diff)
downloadqmmp-640d330c2491dd038cd2092313be8f6e0b252ede.tar.gz
qmmp-640d330c2491dd038cd2092313be8f6e0b252ede.tar.bz2
qmmp-640d330c2491dd038cd2092313be8f6e0b252ede.zip
changed playlist model api
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3536 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/metadataformatter.h')
-rw-r--r--src/qmmpui/metadataformatter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/metadataformatter.h b/src/qmmpui/metadataformatter.h
index 9669e117c..2e442394c 100644
--- a/src/qmmpui/metadataformatter.h
+++ b/src/qmmpui/metadataformatter.h
@@ -51,7 +51,7 @@ public:
* %l - duration,
* %if(A,B,C) or %if(A&B&C,D,E) - condition.
*/
- MetaDataFormatter(const QString &format);
+ MetaDataFormatter(const QString &format = QString());
/*!
* Converts metadata of item \b item to one string using template.
*/