Ref T739, style

This commit is contained in:
Klaus Basan
2019-10-05 00:04:35 +02:00
committed by Mat Sutcliffe
parent 7e36e67f89
commit 66968ff3a5
8 changed files with 30 additions and 56 deletions

View File

@@ -9,7 +9,6 @@
#include "blackgui/models/atcstationtreemodel.h"
#include "blackgui/models/columnformatters.h"
#include "blackgui/models/columns.h"
#include "blackmisc/audio/voiceroom.h"
#include "blackmisc/aviation/callsign.h"
#include "blackmisc/compare.h"
#include "blackmisc/icon.h"
@@ -107,8 +106,8 @@ namespace BlackGui
void CAtcStationTreeModel::changedAtcStationConnectionStatus(const CAtcStation &station, bool added)
{
Q_UNUSED(station);
Q_UNUSED(added);
Q_UNUSED(station)
Q_UNUSED(added)
}
} // namespace
} // namespace