From 37f1fb78eeb107d593f9a7bf0491466a1c60e068 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 27 Apr 2023 21:29:46 -0700 Subject: QSemaphore: add QDeadlineTimer API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This removes the last use of QtPrivate::convertToMilliseconds(). Change-Id: I6f518d59e63249ddbf43fffd1759fee2e00d36f4 Reviewed-by: MÃ¥rten Nordheim Reviewed-by: Ahmad Samir --- src/corelib/compat/removed_api.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/corelib/compat/removed_api.cpp') diff --git a/src/corelib/compat/removed_api.cpp b/src/corelib/compat/removed_api.cpp index 1212aef1cb..13a162135a 100644 --- a/src/corelib/compat/removed_api.cpp +++ b/src/corelib/compat/removed_api.cpp @@ -605,6 +605,7 @@ QStringView QXmlStreamAttributes::value(QLatin1StringView qualifiedName) const #if QT_CONFIG(thread) #include "qmutex.h" #include "qreadwritelock.h" +#include "qsemaphore.h" #endif // #include "qotherheader.h" -- cgit v1.2.3