Cleanup headers a bit more

This commit is contained in:
Nicolas Werner 2023-10-31 16:38:15 +01:00
parent 488a93575a
commit 7824c77234
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
20 changed files with 226 additions and 269 deletions

View file

@ -4,7 +4,7 @@
#include "CombinedImagePackModel.h"
#include "Cache_p.h"
#include "Cache.h"
#include "CompletionModelRoles.h"
#include "emoji/Provider.h"
@ -12,7 +12,7 @@ CombinedImagePackModel::CombinedImagePackModel(const std::string &roomId, QObjec
: QAbstractListModel(parent)
, room_id(roomId)
{
auto packs = cache::client()->getImagePacks(room_id, false);
auto packs = cache::getImagePacks(room_id, false);
for (const auto &pack : packs) {
QString packname =