summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorLordMZTE <lord@mzte.de>2021-03-28 17:37:36 +0200
committerLordMZTE <lord@mzte.de>2021-03-28 17:37:36 +0200
commit4b45c61024342834c4f91433ce7b17e73d60d33b (patch)
treeb50e4d70c79663f3e5033b211aaf70ee880488a0 /src
parentUpdate src/timeline/InputBar.cpp (diff)
downloadnheko-4b45c61024342834c4f91433ce7b17e73d60d33b.tar.xz
run formatter
Diffstat (limited to 'src')
-rw-r--r--src/Utils.cpp2
-rw-r--r--src/timeline/InputBar.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Utils.cpp b/src/Utils.cpp

index 60b11e55..32d435f0 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp
@@ -17,8 +17,8 @@ #include <QTextDocument> #include <QXmlStreamReader> -#include <cmath> #include <QTextBoundaryFinder> +#include <cmath> #include <variant> #include <cmark.h> diff --git a/src/timeline/InputBar.cpp b/src/timeline/InputBar.cpp
index a2c26b13..4a27b4bc 100644 --- a/src/timeline/InputBar.cpp +++ b/src/timeline/InputBar.cpp
@@ -13,9 +13,9 @@ #include <QStandardPaths> #include <QUrl> +#include <QRegularExpression> #include <mtx/responses/common.hpp> #include <mtx/responses/media.hpp> -#include <QRegularExpression> #include "Cache.h" #include "ChatPage.h"