mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
refs #396 remove obsolete Matrix and Vector classes
This commit is contained in:
@@ -242,13 +242,6 @@ namespace BlackMiscTest
|
||||
return asyncCallWithArgumentList(QLatin1String("receiveList"), argumentList);
|
||||
}
|
||||
|
||||
inline QDBusPendingReply<> receiveMatrix(BlackMisc::Math::CMatrix3x3 matrix)
|
||||
{
|
||||
QList<QVariant> argumentList;
|
||||
argumentList << QVariant::fromValue(matrix);
|
||||
return asyncCallWithArgumentList(QLatin1String("receiveMatrix"), argumentList);
|
||||
}
|
||||
|
||||
inline QDBusPendingReply<> receiveSpeed(BlackMisc::PhysicalQuantities::CSpeed speed)
|
||||
{
|
||||
QList<QVariant> argumentList;
|
||||
|
||||
Reference in New Issue
Block a user