diff -r b72c6db6890b -r 5dc02b23752f src/corelib/kernel/qcore_unix_p.h --- 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);