diff options
author | Tobias Fella <fella@posteo.de> | 2021-08-31 00:09:59 +0200 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:56:59 +0100 |
commit | 8636c7028b45ee8de3125bcf4df40ad60ed949a0 (patch) | |
tree | a05ffdb2e0e36ef19fd6395834112c72646f7684 /lib/networkaccessmanager.cpp | |
parent | b35a736da2b09fe5cc0091f9fbd370d057503a54 (diff) | |
download | libquotient-8636c7028b45ee8de3125bcf4df40ad60ed949a0.tar.gz libquotient-8636c7028b45ee8de3125bcf4df40ad60ed949a0.zip |
Add mxc protocol to the networkaccessmanager
Diffstat (limited to 'lib/networkaccessmanager.cpp')
-rw-r--r-- | lib/networkaccessmanager.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/networkaccessmanager.cpp b/lib/networkaccessmanager.cpp index d0380cec..c660cff8 100644 --- a/lib/networkaccessmanager.cpp +++ b/lib/networkaccessmanager.cpp @@ -12,6 +12,12 @@ #include <QtCore/QThreadStorage> #include <QtCore/QSettings> #include <QtNetwork/QNetworkReply> +#include "accountregistry.h" +#include "mxcreply.h" +#include "connection.h" +#include "events/eventcontent.h" + +#include "room.h" using namespace Quotient; |