Changeset 769 for trunk/examples/network/network-chat/peermanager.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/examples/network/network-chat/peermanager.cpp
r651 r769 62 62 int index = environment.indexOf(QRegExp(string)); 63 63 if (index != -1) { 64 QStringList stringList = environment.at(index).split( "=");64 QStringList stringList = environment.at(index).split(); 65 65 if (stringList.size() == 2) { 66 66 username = stringList.at(1).toUtf8();
Note:
See TracChangeset
for help on using the changeset viewer.