Index: sources/device/DeviceController.h =================================================================== diff -u -rc73feffa73c7fe073a7a7581144f5806dfc91beb -r389f028cb9d4d320eae393de7c4408a58a619356 --- sources/device/DeviceController.h (.../DeviceController.h) (revision c73feffa73c7fe073a7a7581144f5806dfc91beb) +++ sources/device/DeviceController.h (.../DeviceController.h) (revision 389f028cb9d4d320eae393de7c4408a58a619356) @@ -133,6 +133,8 @@ void onPOSTInformationReady(const QString &vMacEthernet, const QString &vMacWireless, const QString &vMacBluetooth); + void onEventThreadChange (); + protected: void timerEvent(QTimerEvent *) override; @@ -224,6 +226,12 @@ */ void didPOSTInformationReady(const QString &vMacEthernet, const QString &vMacWireless, const QString &vMacBluetooth); + /*! + * \brief didEventThreadChange + * \details this signal will be emitted when the curr + */ + void didEventThreadChange (QPrivateSignal); + private: // ----- USB void usbCheck();