Changeset 846 for trunk/src/network/socket/qabstractsocket.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/network/socket/qabstractsocket.cpp
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 366 366 367 367 #include <qabstracteventdispatcher.h> 368 #include <qdatetime.h>369 368 #include <qhostaddress.h> 370 369 #include <qhostinfo.h> … … 372 371 #include <qpointer.h> 373 372 #include <qtimer.h> 373 374 374 375 375 #ifndef QT_NO_OPENSSL … … 1213 1213 } 1214 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1215 1245 /*! \internal 1216 1246 … … 1381 1411 } else { 1382 1412 if (d->threadData->eventDispatcher) { 1383 // this internal API for QHostInfo either immediat ly gives us the desired1413 // this internal API for QHostInfo either immediatly gives us the desired 1384 1414 // QHostInfo from cache or later calls the _q_startConnecting slot. 1385 1415 bool immediateResultValid = false; … … 1739 1769 bool wasPendingClose = d->pendingClose; 1740 1770 d->pendingClose = false; 1741 Q TimestopWatch;1771 Q stopWatch; 1742 1772 stopWatch.start(); 1743 1773 … … 1820 1850 } 1821 1851 1822 Q TimestopWatch;1852 Q stopWatch; 1823 1853 stopWatch.start(); 1824 1854 … … 1879 1909 return false; 1880 1910 1881 Q TimestopWatch;1911 Q stopWatch; 1882 1912 stopWatch.start(); 1883 1913 … … 1961 1991 } 1962 1992 1963 Q TimestopWatch;1993 Q stopWatch; 1964 1994 stopWatch.start(); 1965 1995
Note:
See TracChangeset
for help on using the changeset viewer.