#include "canbus.h" /*! * \brief CanBus::CanBus * \param parent */ CanBus::CanBus(QObject *parent) : QObject(parent) { }