mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-19 11:52:12 +08:00
@@ -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