aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/notifier/popupwidget.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-11-21 17:36:12 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-11-21 17:36:12 +0000
commit73e6f861b547cda6665382ff44959146fe273c47 (patch)
treec7800690596d098eac7403e537013aac4c193888 /src/plugins/General/notifier/popupwidget.h
parent1b8a44550fb7e0d02553c3ae9b7c16d1d9f7ec7b (diff)
downloadqmmp-73e6f861b547cda6665382ff44959146fe273c47.tar.gz
qmmp-73e6f861b547cda6665382ff44959146fe273c47.tar.bz2
qmmp-73e6f861b547cda6665382ff44959146fe273c47.zip
fixed default template
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1391 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/notifier/popupwidget.h')
-rw-r--r--src/plugins/General/notifier/popupwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/General/notifier/popupwidget.h b/src/plugins/General/notifier/popupwidget.h
index 7efcad04f..41262acb9 100644
--- a/src/plugins/General/notifier/popupwidget.h
+++ b/src/plugins/General/notifier/popupwidget.h
@@ -23,6 +23,8 @@
#include <QWidget>
#include <QFrame>
+#define DEFAULT_TEMPLATE "<b>%if(%t,%t,%f)</b> \\(%l\\)\n%if(%p,<br>%p,)\n%if(%a,<br>%a,)"
+
class QTimer;
class QLabel;