Port some things away from Omittable

This commit is contained in:
Tobias Fella
2024-05-04 10:56:12 +02:00
parent 7659105fda
commit 64eed47f04
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ private:
QHash<QString, QList<QString>> m_spaceHierarchy;
void cacheSpaceHierarchy();
QHash<QString, Quotient::Omittable<QString>> m_nextBatchTokens;
QHash<QString, std::optional<QString>> m_nextBatchTokens;
void populateSpaceHierarchy(const QString &spaceId);
void addBatch(const QString &spaceId, Quotient::GetSpaceHierarchyJob *job);
QPointer<NeoChatConnection> m_connection;