Improve code style.
This commit is contained in:
parent
309259a0e4
commit
8eac0d5c66
|
@ -45,13 +45,17 @@ public:
|
||||||
bool operator==(const VToolRecord &record) const;
|
bool operator==(const VToolRecord &record) const;
|
||||||
VToolRecord &operator=(const VToolRecord &record);
|
VToolRecord &operator=(const VToolRecord &record);
|
||||||
VToolRecord(const VToolRecord &record);
|
VToolRecord(const VToolRecord &record);
|
||||||
|
~VToolRecord() Q_DECL_EQ_DEFAULT;
|
||||||
|
|
||||||
quint32 getId() const;
|
quint32 getId() const;
|
||||||
void setId(const quint32 &value);
|
void setId(const quint32 &value);
|
||||||
|
|
||||||
Tool getTypeTool() const;
|
Tool getTypeTool() const;
|
||||||
void setTypeTool(const Tool &value);
|
void setTypeTool(const Tool &value);
|
||||||
|
|
||||||
QString getNameDraw() const;
|
QString getNameDraw() const;
|
||||||
void setNameDraw(const QString &value);
|
void setNameDraw(const QString &value);
|
||||||
~VToolRecord() Q_DECL_EQ_DEFAULT;
|
|
||||||
private:
|
private:
|
||||||
/** @brief id tool id. */
|
/** @brief id tool id. */
|
||||||
quint32 id;
|
quint32 id;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user