Changeset 5445
- Timestamp:
- 09/28/07 19:51:47 (13 months ago)
- Location:
- branches/qt-gui_qt4/src/userevents
- Files:
-
- 2 modified
-
usersendcommon.cpp (modified) (1 diff)
-
usersendmsgevent.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/qt-gui_qt4/src/userevents/usersendcommon.cpp
r5433 r5445 711 711 if (foundIndex > 0) 712 712 { 713 message.truncate(foundIndex );713 message.truncate(foundIndex + 1); 714 714 messageRaw = myCodec->fromUnicode(message); 715 715 } -
branches/qt-gui_qt4/src/userevents/usersendmsgevent.cpp
r5422 r5445 178 178 if (foundIndex > 0) 179 179 { 180 message.truncate(foundIndex );180 message.truncate(foundIndex + 1); 181 181 messageRaw = myCodec->fromUnicode(message); 182 182 }
