Changeset 5546 for branches/qt-gui_qt4/src/views/contactdelegate.cpp
- Timestamp:
- 10/04/07 12:27:57 (14 months ago)
- Files:
-
- 1 modified
-
branches/qt-gui_qt4/src/views/contactdelegate.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/qt-gui_qt4/src/views/contactdelegate.cpp
r5544 r5546 328 328 && Config::ContactList::instance()->showExtendedIcons()) // ...+ extended icons are enabled 329 329 { 330 // pmAwaitingAuth 331 if (extStatus & ContactListModel::AwaitingAuthStatus) 332 drawExtIcon(p, width, height, align, w, IconManager::AwaitingAuthIcon); 333 330 334 // pmPhone 331 335 if (extStatus & ContactListModel::PhoneStatus)
