mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
RW's review fixes Ref T202 Ref T189 Ref T210
* dmg comment and follow up issue created * cppcheck-suppress passedByValue in cppcheck.supp * renamed from Xsb -> XSwiftBus * reverted wrong "static const QString dataStr"
This commit is contained in:
@@ -88,10 +88,7 @@ namespace BlackSimPlugin
|
||||
//! Ctor
|
||||
TraceFsxSendId(DWORD sendId, DWORD simObjectId, const QString &comment) :
|
||||
sendId(sendId), simObjectId(simObjectId), comment(comment)
|
||||
{
|
||||
Q_ASSERT_X(sendId >= 0, Q_FUNC_INFO, "DWORD is unsigned");
|
||||
Q_ASSERT_X(simObjectId >= 0, Q_FUNC_INFO, "DWORD is unsigned");
|
||||
}
|
||||
{ }
|
||||
|
||||
// DWORD is unsigned
|
||||
DWORD sendId = 0; //!< the send id
|
||||
|
||||
Reference in New Issue
Block a user