summary refs log tree commit diff
path: root/src/SideBarActions.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/SideBarActions.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/SideBarActions.cpp')
-rw-r--r--src/SideBarActions.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SideBarActions.cpp b/src/SideBarActions.cpp

index 4934ec05..5af01cc2 100644 --- a/src/SideBarActions.cpp +++ b/src/SideBarActions.cpp
@@ -1,6 +1,8 @@ #include <QIcon> #include <QPainter> #include <QResizeEvent> +#include <QStyle> +#include <QStyleOption> #include <mtx/requests.hpp>