summary refs log tree commit diff
path: root/src/Cache.h
diff options
context:
space:
mode:
authorAidan Hahn <aidan@aidanis.online>2019-09-01 16:32:09 -0700
committerAidan Hahn <aidan@aidanis.online>2019-09-01 16:32:09 -0700
commita38f3903551aa79908b053557d9ad3be0e7f0f25 (patch)
treed6d8c62b8739ae07ed30e989ffd5609acae86f11 /src/Cache.h
parentremoved leftovers from previous refactor (diff)
parentMerge pull request #86 from Nheko-Reborn/avatar-memory-usage (diff)
downloadnheko-a38f3903551aa79908b053557d9ad3be0e7f0f25.tar.xz
Merge branch '0.7.0-dev' of https://github.com/Nheko-Reborn/nheko into 0.7.0-dev-bugfix-71
Diffstat (limited to 'src/Cache.h')
-rw-r--r--src/Cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Cache.h b/src/Cache.h

index 302bb65b..0da49793 100644 --- a/src/Cache.h +++ b/src/Cache.h
@@ -153,7 +153,6 @@ struct RoomSearchResult { std::string room_id; RoomInfo info; - QImage img; }; Q_DECLARE_METATYPE(RoomSearchResult)