Canaba: remove unused metatype in canmessage (#26190)

remove metatype
old-commit-hash: 931cecf41a
taco
Dean Lee 3 years ago committed by GitHub
parent bcb1ba7bfe
commit 0a464ae04e
  1. 2
      tools/cabana/canmessages.cc
  2. 1
      tools/cabana/canmessages.h

@ -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;

Loading…
Cancel
Save