diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-08-15 09:45:58 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-08-15 09:45:58 +0000 |
| commit | 727577dc875a62dcd93fe95542cbae8fdd363ddc (patch) | |
| tree | 4aa15286c38707656dfce8bbf924737ea9a59d8f /src/plugins/General/notifier/popupwidget.h | |
| parent | b97b12bd1e1269053144635d1f2075c467414f70 (diff) | |
| download | qmmp-727577dc875a62dcd93fe95542cbae8fdd363ddc.tar.gz qmmp-727577dc875a62dcd93fe95542cbae8fdd363ddc.tar.bz2 qmmp-727577dc875a62dcd93fe95542cbae8fdd363ddc.zip | |
notifier plugin: added font and cover size settings
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1141 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/notifier/popupwidget.h')
| -rw-r--r-- | src/plugins/General/notifier/popupwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/General/notifier/popupwidget.h b/src/plugins/General/notifier/popupwidget.h index d059c4661..c7bbafeef 100644 --- a/src/plugins/General/notifier/popupwidget.h +++ b/src/plugins/General/notifier/popupwidget.h @@ -63,6 +63,7 @@ private: QLabel *m_label2; QLabel *m_pixlabel; uint m_pos; + int m_coverSize; }; |
