mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-04 00:45:46 +08:00
refs #345 Style and doxygen.
This commit is contained in:
@@ -27,7 +27,6 @@ namespace BlackMisc
|
||||
*/
|
||||
class CClient : public BlackMisc::CValueObject
|
||||
{
|
||||
|
||||
public:
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
@@ -53,7 +52,7 @@ namespace BlackMisc
|
||||
};
|
||||
|
||||
//! Default constructor.
|
||||
CClient() {}
|
||||
CClient() = default;
|
||||
|
||||
//! Construct by callsign
|
||||
CClient(const BlackMisc::Aviation::CCallsign &callsign) : m_user(CUser(callsign)) {}
|
||||
|
||||
Reference in New Issue
Block a user