Remove a few more unused symbols

This commit is contained in:
Nicolas Werner 2023-02-19 23:17:21 +01:00
parent ae7bb333a1
commit a1c4889339
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
8 changed files with 36 additions and 44 deletions

View file

@ -34,10 +34,10 @@
#include "blurhash.hpp"
ChatPage *ChatPage::instance_ = nullptr;
constexpr int CHECK_CONNECTIVITY_INTERVAL = 15'000;
constexpr int RETRY_TIMEOUT = 5'000;
constexpr size_t MAX_ONETIME_KEYS = 50;
ChatPage *ChatPage::instance_ = nullptr;
static constexpr int CHECK_CONNECTIVITY_INTERVAL = 15'000;
static constexpr int RETRY_TIMEOUT = 5'000;
static constexpr size_t MAX_ONETIME_KEYS = 50;
Q_DECLARE_METATYPE(std::optional<mtx::crypto::EncryptedFile>)
Q_DECLARE_METATYPE(std::optional<RelatedInfo>)