Canaba: remove unused metatype in canmessage (#26190)

remove metatype
old-commit-hash: 931cecf41a5546c0cfd96138f954fa20b8e75d1d
This commit is contained in:
Dean Lee
2022-10-21 23:00:49 +08:00
committed by GitHub
parent bcb1ba7bfe
commit 0a464ae04e
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -5,8 +5,6 @@
#include "tools/cabana/dbcmanager.h"
Q_DECLARE_METATYPE(std::vector<CanData>);
CANMessages *can = nullptr;
CANMessages::CANMessages(QObject *parent) : QObject(parent) {
-1
View File
@@ -96,4 +96,3 @@ inline QColor hoverColor(const QColor &color) {
// A global pointer referring to the unique CANMessages object
extern CANMessages *can;