diff options
author | Tobias Fella <9750016+TobiasFella@users.noreply.github.com> | 2021-11-27 00:11:36 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:56:59 +0100 |
commit | e99802772ebab9802e2f35d83ce1de9f83691d90 (patch) | |
tree | c6bca54892f6f7de4e092d5ce2112a3a8a6fc52e /lib/mxcreply.cpp | |
parent | e4802dc967c640ebac1d0bc7db55b47b79233544 (diff) | |
download | libquotient-e99802772ebab9802e2f35d83ce1de9f83691d90.tar.gz libquotient-e99802772ebab9802e2f35d83ce1de9f83691d90.zip |
Apply suggestions from code review
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net>
Diffstat (limited to 'lib/mxcreply.cpp')
-rw-r--r-- | lib/mxcreply.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/mxcreply.cpp b/lib/mxcreply.cpp index 639c1324..2ad49c2c 100644 --- a/lib/mxcreply.cpp +++ b/lib/mxcreply.cpp @@ -3,8 +3,7 @@ #include "mxcreply.h" -#include <algorithm> -#include <QBuffer> +#include <QtCore/QBuffer> #include "accountregistry.h" #include "connection.h" #include "room.h" |