fix: support boost 1.87 (#5832)

Co-authored-by: Nerixyz <nerixdev@outlook.de>
This commit is contained in:
pajlada
2025-01-19 11:11:21 +01:00
committed by GitHub
parent b0fee11621
commit e92067b5de
8 changed files with 22 additions and 15 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ void MiniaudioBackend::play(const QUrl &sound)
<< "Failed to play default ping" << result;
}
this->sleepTimer.expires_from_now(STOP_AFTER_DURATION);
this->sleepTimer.expires_after(STOP_AFTER_DURATION);
this->sleepTimer.async_wait([this](const auto &ec) {
if (ec)
{