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/Ui/skinned/popupwidget.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/plugins/Ui/skinned/popupwidget.h') diff --git a/src/plugins/Ui/skinned/popupwidget.h b/src/plugins/Ui/skinned/popupwidget.h index ec2b18f2f..8e5afd97a 100644 --- a/src/plugins/Ui/skinned/popupwidget.h +++ b/src/plugins/Ui/skinned/popupwidget.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2013 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 * @@ -21,6 +21,7 @@ #define POPUPWIDGET_H #include +#include #define DEFAULT_TEMPLATE "%if(%t,%t,%f)\n%if(%p,
%p,)\n%if(%a,
%a,)" @@ -58,6 +59,7 @@ private: QString m_template; int m_coverSize; QString m_url; + MetaDataFormatter m_formatter; }; } -- cgit v1.2.3-13-gbd6f