Index: lib/Comms/include/CanInterface.h =================================================================== diff -u -rcfc0df719cb5033078d0cac45ce0f6243810f2e7 -r59b4c22f45a1d098064a886452769204e90cfb4b --- lib/Comms/include/CanInterface.h (.../CanInterface.h) (revision cfc0df719cb5033078d0cac45ce0f6243810f2e7) +++ lib/Comms/include/CanInterface.h (.../CanInterface.h) (revision 59b4c22f45a1d098064a886452769204e90cfb4b) @@ -48,8 +48,6 @@ public Q_SLOTS: bool init(); - bool init(QThread &vThread); - void quit(); Q_SIGNALS: /*! @@ -89,8 +87,6 @@ void consoleOut (const QCanBusFrame &vFrame, const QString &vFrameCount); void initConnections(); bool initDevice(); - void initThread(QThread &vThread); - void quitThread(); void status (const QString &vDescription, QString vError = ""); bool testDevice(); bool transmit (const QCanBusFrame &vFrame); @@ -110,7 +106,6 @@ QString _canStatus = ""; bool _enableConsoleOut = false; - // QThread *_thread = nullptr; bool _init = false; FrameCount _rxFrameCount = 0;