Changeset 6466 for trunk/qt4-gui/src/widgets
- Timestamp:
- 07/25/08 04:15:48 (4 months ago)
- Location:
- trunk/qt4-gui/src/widgets
- Files:
-
- 2 modified
-
historyview.cpp (modified) (1 diff)
-
protocombobox.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/widgets/historyview.cpp
r6463 r6466 417 417 if (event->Direction() != D_RECEIVER) 418 418 { 419 ICQOwner* o = gUserManager.FetchOwner(myPpid, LOCK_R);419 const ICQOwner* o = gUserManager.FetchOwner(myPpid, LOCK_R); 420 420 if (o != NULL) 421 421 { -
trunk/qt4-gui/src/widgets/protocombobox.cpp
r6374 r6466 44 44 QString id; 45 45 unsigned long ppid; 46 ICQOwner* o;47 46 48 47 FOR_EACH_PROTO_PLUGIN_START(gLicqDaemon) 49 48 { 50 49 ppid = (*_ppit)->PPID(); 51 o = gUserManager.FetchOwner(ppid, LOCK_R);50 const ICQOwner* o = gUserManager.FetchOwner(ppid, LOCK_R); 52 51 if (o == NULL) 53 52 id = "0";
