mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
refs #345 Style and doxygen.
This commit is contained in:
@@ -26,10 +26,9 @@ namespace BlackMisc
|
||||
*/
|
||||
class CSelcal : public BlackMisc::CValueObject
|
||||
{
|
||||
|
||||
public:
|
||||
//! Default constructor.
|
||||
CSelcal() {}
|
||||
CSelcal() = default;
|
||||
|
||||
//! Constructor.
|
||||
CSelcal(const QString &code) : m_code(code.trimmed()) {}
|
||||
|
||||
Reference in New Issue
Block a user