[vlc-commits] [Git][videolan/vlc][master] qt: add missing include `QElapsedTimer` in `workerthreadset.hpp`
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Jul 31 10:41:45 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
d5bf00c2 by Fatih Uzunoglu at 2025-07-31T10:20:54+00:00
qt: add missing include `QElapsedTimer` in `workerthreadset.hpp`
This prevents compilation with Qt 6.10-beta2.
- - - - -
1 changed file:
- modules/gui/qt/util/workerthreadset.hpp
Changes:
=====================================
modules/gui/qt/util/workerthreadset.hpp
=====================================
@@ -20,6 +20,7 @@
#include <QObject>
#include <QThread>
+#include <QElapsedTimer>
// maintains a set of reusable worker threads
// class is not thread safe and must be accessed from Main thread
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d5bf00c2f473b994c7ebc6d77d8208f26fbe1891
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d5bf00c2f473b994c7ebc6d77d8208f26fbe1891
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list