diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-02-02 14:57:42 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-02-02 14:57:42 +0000 |
| commit | 96cfa27dc27e4dc81385df243215fd516b043673 (patch) | |
| tree | f6ba582f37b2584406d1f697240f8175fdf98f8f /src/plugins/Ui/skinned/textscroller.h | |
| parent | 017c9101557477b942ced1739a5668187c5254e0 (diff) | |
| download | qmmp-96cfa27dc27e4dc81385df243215fd516b043673.tar.gz qmmp-96cfa27dc27e4dc81385df243215fd516b043673.tar.bz2 qmmp-96cfa27dc27e4dc81385df243215fd516b043673.zip | |
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
Diffstat (limited to 'src/plugins/Ui/skinned/textscroller.h')
| -rw-r--r-- | src/plugins/Ui/skinned/textscroller.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/Ui/skinned/textscroller.h b/src/plugins/Ui/skinned/textscroller.h index d7225df43..32cc1cb5a 100644 --- a/src/plugins/Ui/skinned/textscroller.h +++ b/src/plugins/Ui/skinned/textscroller.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2012 by Ilya Kotov * + * Copyright (C) 2006-2015 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -21,6 +21,7 @@ #define TEXTSCROLLER_H #include <QWidget> +#include <qmmpui/metadataformatter.h> #include <qmmp/qmmp.h> class QTimer; @@ -76,6 +77,7 @@ private: QMenu *m_menu; QAction *m_scrollAction, *m_transparencyAction; SoundCore *m_core; + MetaDataFormatter m_formater; }; #endif |
