mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 18:12:05 +08:00
cabana: remove unused metatype (#26175)
remove unused metatype old-commit-hash: 5d8840b6ee2302def37b2e6cd8b4c826127fc0f4
This commit is contained in:
@@ -13,7 +13,6 @@ CANMessages *can = nullptr;
|
||||
CANMessages::CANMessages(QObject *parent) : QObject(parent) {
|
||||
can = this;
|
||||
|
||||
qRegisterMetaType<std::vector<CanData>>();
|
||||
QObject::connect(this, &CANMessages::received, this, &CANMessages::process, Qt::QueuedConnection);
|
||||
QObject::connect(&settings, &Settings::changed, this, &CANMessages::settingChanged);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user