diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-11-21 17:36:12 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-11-21 17:36:12 +0000 |
| commit | 73e6f861b547cda6665382ff44959146fe273c47 (patch) | |
| tree | c7800690596d098eac7403e537013aac4c193888 /src/plugins/General/notifier/popupwidget.h | |
| parent | 1b8a44550fb7e0d02553c3ae9b7c16d1d9f7ec7b (diff) | |
| download | qmmp-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.h | 2 |
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; |
