summary refs log tree commit diff
path: root/include/Cache.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-29 15:42:40 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-29 15:42:40 +0300
commit95120c602b2888c244eb15b475483c523a3d4dbd (patch)
tree08eb9b05ee24210808789cb1c416ff2dc1ed4a97 /include/Cache.h
parentInstall qt5-svg in travis (diff)
downloadnheko-95120c602b2888c244eb15b475483c523a3d4dbd.tar.xz
Refactor utils::getMessageDescription
Diffstat (limited to 'include/Cache.h')
-rw-r--r--include/Cache.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/Cache.h b/include/Cache.h

index a3e2c6c1..a92f6bc5 100644 --- a/include/Cache.h +++ b/include/Cache.h
@@ -19,12 +19,11 @@ #include <QDebug> #include <QDir> +#include <QImage> #include <json.hpp> #include <lmdb++.h> #include <mtx/responses.hpp> -#include "Utils.h" - struct SearchResult { QString user_id;