summary refs log tree commit diff
path: root/src/popups/PopupItem.cpp
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2019-06-12 19:09:05 -0400
committerJoseph Donofry <joedonofry@gmail.com>2019-06-12 19:09:05 -0400
commit9f310fed09f3d5fd7f118cf0365e98ad402c4d99 (patch)
tree04dbeabb4007bcf5213bb65da5423370a1047eaf /src/popups/PopupItem.cpp
parentUpdate CHANGELOG (diff)
parentAdd style for reply popup. Fix ALL of the linting issues (diff)
downloadnheko-9f310fed09f3d5fd7f118cf0365e98ad402c4d99.tar.xz
Merge branch '0.7.0-dev' of ssh://github.com/Nheko-Reborn/nheko into 0.7.0-dev
Diffstat (limited to 'src/popups/PopupItem.cpp')
-rw-r--r--src/popups/PopupItem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/popups/PopupItem.cpp b/src/popups/PopupItem.cpp

index b10cd32e..94de3a92 100644 --- a/src/popups/PopupItem.cpp +++ b/src/popups/PopupItem.cpp
@@ -2,9 +2,9 @@ #include <QPainter> #include <QStyleOption> -#include "PopupItem.h" #include "../Utils.h" #include "../ui/Avatar.h" +#include "PopupItem.h" constexpr int PopupHMargin = 4; constexpr int PopupItemMargin = 3;