Changeset 6463 for trunk/qt4-gui/src/widgets
- Timestamp:
- 07/24/08 04:08:58 (4 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/widgets/historyview.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/widgets/historyview.cpp
r6374 r6463 397 397 } 398 398 399 ICQUser* u = gUserManager.FetchUser(id.toLatin1(), ppid, LOCK_R);399 const ICQUser* u = gUserManager.FetchUser(id.toLatin1(), ppid, LOCK_R); 400 400 if (u != NULL) 401 401 {
