summary refs log tree commit diff
path: root/src/encryption/SelfVerificationStatus.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-10-30 14:56:10 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2023-10-31 13:04:39 +0100
commit99a3e8bcf2f9ed58589638fb6a9d4f2bdf3c6b91 (patch)
tree67eab63711e16c1a0794d94928755857586cb35f /src/encryption/SelfVerificationStatus.cpp
parentSet version in msix (diff)
downloadnheko-99a3e8bcf2f9ed58589638fb6a9d4f2bdf3c6b91.tar.xz
Speed up compilation a bit
Diffstat (limited to 'src/encryption/SelfVerificationStatus.cpp')
-rw-r--r--src/encryption/SelfVerificationStatus.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/encryption/SelfVerificationStatus.cpp b/src/encryption/SelfVerificationStatus.cpp

index e54cbc2d..8981244d 100644 --- a/src/encryption/SelfVerificationStatus.cpp +++ b/src/encryption/SelfVerificationStatus.cpp
@@ -6,6 +6,10 @@ #include <QApplication> +#include <nlohmann/json.hpp> + +#include <mtx/responses/common.hpp> + #include "Cache.h" #include "Cache_p.h" #include "ChatPage.h" @@ -16,8 +20,6 @@ #include "timeline/TimelineViewManager.h" #include "ui/UIA.h" -#include <mtx/responses/common.hpp> - SelfVerificationStatus::SelfVerificationStatus(QObject *o) : QObject(o) {