Canaba: remove unused metatype in canmessage (#26190)

remove metatype
This commit is contained in:
Dean Lee
2022-10-21 23:00:49 +08:00
committed by GitHub
parent d25ab3e366
commit 931cecf41a
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;