Skip to content
Snippets Groups Projects
Commit 1a8509ec authored by Sébastien Blin's avatar Sébastien Blin
Browse files

account: fix deletion order (for disconnect)

conversationmodel uses contactmodel and callmodel, so it should
be removed after

Change-Id: I14050872967dacef9ebc5d6f5bbfd120c9cff85d
GitLab: #474
parent afa450c3
No related branches found
No related tags found
No related merge requests found
......@@ -218,9 +218,9 @@ struct Info
bool valid = true;
QString registeredName;
Status status = account::Status::INVALID;
std::unique_ptr<lrc::api::NewCallModel> callModel;
std::unique_ptr<lrc::api::ContactModel> contactModel;
std::unique_ptr<lrc::api::ConversationModel> conversationModel;
std::unique_ptr<lrc::api::NewCallModel> callModel;
std::unique_ptr<lrc::api::NewDeviceModel> deviceModel;
std::unique_ptr<lrc::api::NewCodecModel> codecModel;
std::unique_ptr<lrc::api::PeerDiscoveryModel> peerDiscoveryModel;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment