mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 22:45:23 +00:00
Fix muparserX compilation on minGW (UNICODE disabled)
This commit is contained in:
parent
9614c9d850
commit
b7ad595628
2 changed files with 3 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ void AppWindow::ConnectToDevice(QString serial)
|
|||
break;
|
||||
}
|
||||
}
|
||||
} catch (const runtime_error e) {
|
||||
} catch (const runtime_error &e) {
|
||||
qWarning() << "Failed to connect:" << e.what();
|
||||
DisconnectDevice();
|
||||
UpdateDeviceList();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue