Changeset 79 for trunk/src/corelib
- Timestamp:
- Jul 10, 2009, 11:19:23 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/tools/qdatetime.cpp
r24 r79 1828 1828 ct.startTick = GetTickCount() % MSECS_PER_DAY; 1829 1829 #endif 1830 #elif defined(Q_OS_UNIX) 1830 #elif defined(Q_OS_UNIX) 1831 1831 // posix compliant system 1832 1832 struct timeval tv; … … 1850 1850 ::time(<ime); 1851 1851 tm *t = 0; 1852 localtime(<ime);1852 localtime(<ime); 1853 1853 ct.mds = MSECS_PER_HOUR * t->tm_hour + MSECS_PER_MIN * t->tm_min + 1000 * t->tm_sec; 1854 1854 #endif
Note:
See TracChangeset
for help on using the changeset viewer.