mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
refs #345 Style and doxygen.
This commit is contained in:
@@ -22,10 +22,9 @@ namespace BlackMisc
|
||||
*/
|
||||
class CIcon : public BlackMisc::CValueObject
|
||||
{
|
||||
|
||||
public:
|
||||
//! Default constructor.
|
||||
CIcon() {}
|
||||
CIcon() = default;
|
||||
|
||||
//! Constructor.
|
||||
CIcon( CIcons::IconIndex index, const QString &descriptiveText) :
|
||||
|
||||
Reference in New Issue
Block a user