Make a few headers forward declarations
This commit is contained in:
parent
06927cd3c2
commit
aef9617d1e
39 changed files with 198 additions and 118 deletions
|
|
@ -5,13 +5,11 @@
|
|||
#pragma once
|
||||
|
||||
#include <QObject>
|
||||
#include <QQmlEngine>
|
||||
|
||||
#include <mtx/responses/crypto.hpp>
|
||||
#include <mtxclient/crypto/client.hpp>
|
||||
|
||||
#include "CacheCryptoStructs.h"
|
||||
#include "Logging.h"
|
||||
#include "MatrixClient.h"
|
||||
|
||||
class QTimer;
|
||||
class TimelineModel;
|
||||
|
|
@ -152,8 +150,6 @@ public:
|
|||
bool isSelfVerification() const;
|
||||
bool isMultiDeviceVerification() const { return deviceIds.size() > 1; }
|
||||
|
||||
void callback_fn(const UserKeyCache &res, mtx::http::RequestErr err, std::string user_id);
|
||||
|
||||
public slots:
|
||||
//! unverifies a device
|
||||
void unverify();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue