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

@@ -122,7 +122,7 @@ private:
QString m_searchText;
QPointer<NeoChatRoom> m_room;
Quotient::Omittable<Quotient::SearchJob::ResultRoomEvents> m_result = Quotient::none;
std::optional<Quotient::SearchJob::ResultRoomEvents> m_result = std::nullopt;
Quotient::SearchJob *m_job = nullptr;
bool m_searching = false;
};