diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-02-15 19:56:00 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-02-15 19:56:00 +0000 |
| commit | 67dcf32f95447d52d83c626b7fae6e79102a67ff (patch) | |
| tree | 12f0bbc39d49f6a4f55edae64f60ec43ec427455 /src/plugins/Ui/skinned/listwidget.h | |
| parent | 90496a97f0f4bb8fa619e52e2a64794bddc0f127 (diff) | |
| download | qmmp-67dcf32f95447d52d83c626b7fae6e79102a67ff.tar.gz qmmp-67dcf32f95447d52d83c626b7fae6e79102a67ff.tar.bz2 qmmp-67dcf32f95447d52d83c626b7fae6e79102a67ff.zip | |
removed loadColors() function
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4730 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/listwidget.h')
| -rw-r--r-- | src/plugins/Ui/skinned/listwidget.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/Ui/skinned/listwidget.h b/src/plugins/Ui/skinned/listwidget.h index 79967e944..3a7e9ac3c 100644 --- a/src/plugins/Ui/skinned/listwidget.h +++ b/src/plugins/Ui/skinned/listwidget.h @@ -102,7 +102,6 @@ private: { NONE = 0,TOP,DOWN }; - void loadColors(); /*! * Returns string with queue number or(and) repeate flag for the item number \b i. */ @@ -117,7 +116,6 @@ private: QFontMetrics *m_metrics; QFontMetrics *m_extra_metrics; Skin *m_skin; - QColor m_normal, m_current, m_normal_bg, m_selected_bg; int m_anchor_index; /*! * Scroll direction that is preforming in current moment. |
