diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-03-04 19:29:16 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-03-04 19:29:16 +0000 |
| commit | 23865e22ed85f45ebb7c9dbe330e14dd0d80ce3c (patch) | |
| tree | b0829b32fddcc8b9bf36c202e5af51272de9f7b4 /src/ui/listwidget.h | |
| parent | 25152c9e8426e1c9ee2ea7dd151e41a325c70bfa (diff) | |
| download | qmmp-23865e22ed85f45ebb7c9dbe330e14dd0d80ce3c.tar.gz qmmp-23865e22ed85f45ebb7c9dbe330e14dd0d80ce3c.tar.bz2 qmmp-23865e22ed85f45ebb7c9dbe330e14dd0d80ce3c.zip | |
do not show "0:00" in playlist
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2094 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/listwidget.h')
| -rw-r--r-- | src/ui/listwidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/listwidget.h b/src/ui/listwidget.h index 7842dcb0f..b509e4a1c 100644 --- a/src/ui/listwidget.h +++ b/src/ui/listwidget.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2010 by Ilya Kotov * + * Copyright (C) 2006-2011 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -134,11 +134,11 @@ private: QList <QString> m_titles; QList <QString> m_times; PlayList *m_pl; - QFont m_font; + QFont m_font, m_extra_font; QFontMetrics *m_metrics; + QFontMetrics *m_extra_metrics; Skin *m_skin; QColor m_normal, m_current, m_normal_bg, m_selected_bg; - //QPen m_anchor_pen_normal,m_anchor_pen_selected; int m_anchor_row; enum ScrollDirection |
