diff options
Diffstat (limited to 'src/plugins/Ui/skinned/popupwidget.h')
| -rw-r--r-- | src/plugins/Ui/skinned/popupwidget.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 <QWidget> +#include <qmmpui/metadataformatter.h> #define DEFAULT_TEMPLATE "<b>%if(%t,%t,%f)</b>\n%if(%p,<br>%p,)\n%if(%a,<br>%a,)" @@ -58,6 +59,7 @@ private: QString m_template; int m_coverSize; QString m_url; + MetaDataFormatter m_formatter; }; } |
