Changeset 6269 for branches/qt4-gui_group/src/views/contactdelegate.cpp
- Timestamp:
- 06/11/08 23:19:47 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/qt4-gui_group/src/views/contactdelegate.cpp
r6231 r6269 117 117 arg.cg = QPalette::Inactive; 118 118 if ((var = index.data(Qt::DisplayRole)).isValid()) 119 arg.text = var.toString() .trimmed();119 arg.text = var.toString(); 120 120 121 121 fillBackground(arg);
