src/corelib/kernel/qcore_unix_p.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
--- a/src/corelib/kernel/qcore_unix_p.h	Wed Jun 23 19:07:03 2010 +0300
+++ b/src/corelib/kernel/qcore_unix_p.h	Tue Jul 06 15:10:48 2010 +0300
@@ -314,8 +314,8 @@
 #  define _POSIX_MONOTONIC_CLOCK -1
 #endif
 
-bool qt_gettime_is_monotonic();
-timeval qt_gettime();
+timeval qt_gettime(); // in qelapsedtimer_mac.cpp or qtimestamp_unix.cpp
+
 Q_CORE_EXPORT int qt_safe_select(int nfds, fd_set *fdread, fd_set *fdwrite, fd_set *fdexcept,
                                  const struct timeval *tv);