mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
DBus: track, heading, transponder. Added I18N for track/heading, added further I18N keys. Of course not all I18N strings are translated yet.
This commit is contained in:
@@ -100,8 +100,8 @@ namespace BlackMisc
|
||||
/////////////////////////////////////////////////
|
||||
|
||||
data.resize(message_length);
|
||||
// creates warning when compiled as RELEASE
|
||||
qint32 bytes = stream.readRawData(data.data(), message_length);
|
||||
|
||||
Q_ASSERT (bytes == message_length);
|
||||
Q_ASSERT (data.size() == message_length);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user