minor fix, only in doxygen comments

This commit is contained in:
Mathew Sutcliffe
2013-10-21 03:43:09 +01:00
parent a9624dfc80
commit ac1b014f1b
3 changed files with 12 additions and 12 deletions

View File

@@ -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;