mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 19:35:33 +08:00
refs #345 Style and doxygen.
This commit is contained in:
@@ -24,7 +24,6 @@ namespace BlackMisc
|
||||
class CNameVariantPair : public BlackMisc::CValueObject
|
||||
{
|
||||
public:
|
||||
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
@@ -35,7 +34,7 @@ namespace BlackMisc
|
||||
};
|
||||
|
||||
//! Default constructor.
|
||||
CNameVariantPair() {}
|
||||
CNameVariantPair() = default;
|
||||
|
||||
//! Constructor.
|
||||
CNameVariantPair(const QString &name, const CVariant &variant, const CIcon &icon = CIcon());
|
||||
|
||||
Reference in New Issue
Block a user