failbranch
Phil Taylor 2023-02-06 19:54:52 +00:00
rodzic 64c0007c78
commit b619be3e2a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -276,7 +276,7 @@ void usbController::run()
{ {
qInfo(logUsbControl()) << QString("Error connecting to %0: %1") qInfo(logUsbControl()) << QString("Error connecting to %0: %1")
.arg(this->product) .arg(this->product)
.arg(hid_error(this->handle)); .arg(QString::fromWCharArray(hid_error(this->handle)));
} }
// Call me again in 2 seconds to try connecting again // Call me again in 2 seconds to try connecting again
QTimer::singleShot(2000, this, SLOT(run())); QTimer::singleShot(2000, this, SLOT(run()));