summary refs log tree commit diff
path: root/src/RoomList.cpp
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2020-06-09 20:51:36 -0400
committerJoseph Donofry <joedonofry@gmail.com>2020-06-09 20:51:36 -0400
commit6bb73f84a3075abe7a1c1fd2d56a259740070c70 (patch)
treeeecb0bc3ec18a04cd226d1caea74b2b65ef6d851 /src/RoomList.cpp
parentMinor adjustments to emoji picker (diff)
parentSmooth scaling for images (diff)
downloadnheko-6bb73f84a3075abe7a1c1fd2d56a259740070c70.tar.xz
Merge master and fix conflicts
Diffstat (limited to 'src/RoomList.cpp')
-rw-r--r--src/RoomList.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/RoomList.cpp b/src/RoomList.cpp

index 85a22026..b4c507b5 100644 --- a/src/RoomList.cpp +++ b/src/RoomList.cpp
@@ -21,6 +21,8 @@ #include <QObject> #include <QPainter> #include <QScroller> +#include <QStyle> +#include <QStyleOption> #include <QTimer> #include "Logging.h"