Include moc files for a tiny speedup on incremental builds
This commit is contained in:
parent
d2009428b6
commit
06927cd3c2
72 changed files with 335 additions and 17 deletions
|
|
@ -987,3 +987,5 @@ DeviceVerificationFlow::send(T msg)
|
|||
mtx::events::to_string(mtx::events::to_device_content_to_type<T>),
|
||||
state().toStdString());
|
||||
}
|
||||
|
||||
#include "moc_DeviceVerificationFlow.cpp"
|
||||
|
|
|
|||
|
|
@ -1770,3 +1770,5 @@ download_cross_signing_keys()
|
|||
}
|
||||
|
||||
} // namespace olm
|
||||
|
||||
#include "moc_Olm.cpp"
|
||||
|
|
|
|||
|
|
@ -355,3 +355,5 @@ SelfVerificationStatus::invalidate()
|
|||
return;
|
||||
}
|
||||
}
|
||||
|
||||
#include "moc_SelfVerificationStatus.cpp"
|
||||
|
|
|
|||
|
|
@ -169,3 +169,5 @@ VerificationManager::verifyOneOfDevices(QString userid, std::vector<QString> dev
|
|||
this->dvList[flow->transactionId()] = flow;
|
||||
emit newDeviceVerificationRequest(flow.data());
|
||||
}
|
||||
|
||||
#include "moc_VerificationManager.cpp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue