Include moc files for a tiny speedup on incremental builds

This commit is contained in:
Nicolas Werner 2024-03-16 01:24:33 +01:00
parent d2009428b6
commit 06927cd3c2
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
72 changed files with 335 additions and 17 deletions

View file

@ -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"

View file

@ -1770,3 +1770,5 @@ download_cross_signing_keys()
}
} // namespace olm
#include "moc_Olm.cpp"

View file

@ -355,3 +355,5 @@ SelfVerificationStatus::invalidate()
return;
}
}
#include "moc_SelfVerificationStatus.cpp"

View file

@ -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"