Use isOnline from libquotient

Use `isOnline` from libquotient

This require a bump of the min libquotient to 0.9.1
This commit is contained in:
James Graham
2025-05-05 12:20:26 +01:00
parent df9a7292b9
commit db0c423763
3 changed files with 1 additions and 32 deletions

View File

@@ -107,7 +107,7 @@ if (NOT ANDROID AND NOT WIN32 AND NOT APPLE AND NOT HAIKU)
find_package(KF6DBusAddons ${KF_MIN_VERSION} REQUIRED)
endif()
find_package(QuotientQt6 0.9)
find_package(QuotientQt6 0.9.1)
set_package_properties(QuotientQt6 PROPERTIES
TYPE REQUIRED
DESCRIPTION "Qt wrapper around Matrix API"