summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-03-28 14:00:13 +0000
committerGitHub <noreply@github.com>2021-03-28 14:00:13 +0000
commit3317d4582da791498e1fdd9a518052fbff243f92 (patch)
treeb8325baf4f7448ecdd1fd39bf8c78d32effdf29c /src
parentUse QRegularExpression (diff)
downloadnheko-3317d4582da791498e1fdd9a518052fbff243f92.tar.xz
Update src/timeline/InputBar.cpp
Diffstat (limited to 'src')
-rw-r--r--src/timeline/InputBar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/InputBar.cpp b/src/timeline/InputBar.cpp

index 0b498e82..a2c26b13 100644 --- a/src/timeline/InputBar.cpp +++ b/src/timeline/InputBar.cpp
@@ -15,7 +15,7 @@ #include <mtx/responses/common.hpp> #include <mtx/responses/media.hpp> -#include <QRegExp> +#include <QRegularExpression> #include "Cache.h" #include "ChatPage.h"