mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-04 13:02:09 +08:00
Canaba: remove unused metatype in canmessage (#26190)
remove metatype old-commit-hash: 931cecf41a5546c0cfd96138f954fa20b8e75d1d
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
|
||||
#include "tools/cabana/dbcmanager.h"
|
||||
|
||||
Q_DECLARE_METATYPE(std::vector<CanData>);
|
||||
|
||||
CANMessages *can = nullptr;
|
||||
|
||||
CANMessages::CANMessages(QObject *parent) : QObject(parent) {
|
||||
|
||||
@@ -96,4 +96,3 @@ inline QColor hoverColor(const QColor &color) {
|
||||
|
||||
// A global pointer referring to the unique CANMessages object
|
||||
extern CANMessages *can;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user