From 96cfa27dc27e4dc81385df243215fd516b043673 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 2 Feb 2015 14:57:42 +0000 Subject: reduced number of template compilation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4716 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/notifier/popupwidget.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/plugins/General/notifier/popupwidget.h') diff --git a/src/plugins/General/notifier/popupwidget.h b/src/plugins/General/notifier/popupwidget.h index bed2418af..0eb625c50 100644 --- a/src/plugins/General/notifier/popupwidget.h +++ b/src/plugins/General/notifier/popupwidget.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2012 by Ilya Kotov * + * Copyright (C) 2008-2015 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -22,6 +22,7 @@ #include #include +#include #define DEFAULT_TEMPLATE "%if(%t,%t,%f) %if(%l,\\(%l\\),) \n%if(%p,
%p,)\n%if(%a,
%a,)" @@ -63,7 +64,7 @@ private: QTimer *m_timer; QLabel *m_label1; QLabel *m_pixlabel; - QString m_template; + MetaDataFormatter m_formatter; uint m_pos; int m_coverSize; -- cgit v1.2.3-13-gbd6f