mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 06:25:33 +08:00
minor fix, only in doxygen comments
This commit is contained in:
@@ -65,13 +65,13 @@ namespace BlackCore
|
||||
public slots:
|
||||
/*!
|
||||
* CAtcListManager is responsible for connecting these slots.
|
||||
* \{
|
||||
* @{
|
||||
*/
|
||||
void update(const QString& callsign, const BlackMisc::PhysicalQuantities::CFrequency& freq,
|
||||
const BlackMisc::Geo::CCoordinateGeodetic& pos, const BlackMisc::PhysicalQuantities::CLength& range);
|
||||
void remove(const QString& callsign);
|
||||
void clear();
|
||||
/*! \} */
|
||||
/*! @} */
|
||||
|
||||
private:
|
||||
BlackMisc::CAtcList m_list;
|
||||
|
||||
Reference in New Issue
Block a user