diff options
author | DeepBlueV7.X <nicolas.werner@hotmail.de> | 2021-03-28 14:00:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-28 14:00:13 +0000 |
commit | 3317d4582da791498e1fdd9a518052fbff243f92 (patch) | |
tree | b8325baf4f7448ecdd1fd39bf8c78d32effdf29c | |
parent | Use QRegularExpression (diff) | |
download | nheko-3317d4582da791498e1fdd9a518052fbff243f92.tar.xz |
Update src/timeline/InputBar.cpp
-rw-r--r-- | src/timeline/InputBar.cpp | 2 |
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" |