diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-02-02 10:10:49 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-02-02 10:10:49 +0000 |
| commit | 264f3ddbe777c212620a2e5c66c1b9f358f833e7 (patch) | |
| tree | 6db54ed8111453e687c6ce8569cadf37df2f8c27 /src/plugins/General/kdenotify | |
| parent | 8eccc97170a4ea592aa3fe38fed1294e86df0b1c (diff) | |
| download | qmmp-264f3ddbe777c212620a2e5c66c1b9f358f833e7.tar.gz qmmp-264f3ddbe777c212620a2e5c66c1b9f358f833e7.tar.bz2 qmmp-264f3ddbe777c212620a2e5c66c1b9f358f833e7.zip | |
enabled new metadata formatter
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4710 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/kdenotify')
| -rw-r--r-- | src/plugins/General/kdenotify/kdenotify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/kdenotify/kdenotify.cpp b/src/plugins/General/kdenotify/kdenotify.cpp index 47e7987d6..d4bb4a482 100644 --- a/src/plugins/General/kdenotify/kdenotify.cpp +++ b/src/plugins/General/kdenotify/kdenotify.cpp @@ -121,7 +121,7 @@ QList<QVariant> KdeNotify::prepareNotification() args.append(tr("Qmmp now playing:")); //summary (notification title) MetaDataFormatter f(m_template); - QString body = f.parse(core->metaData(), core->totalTime()/1000); + QString body = f.format(core->metaData(), core->totalTime()/1000); QString coverPath; if(m_showCovers) |
