mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-01 17:27:53 +00:00
fix: code review
This commit is contained in:
parent
18374a16d4
commit
6f335fd0ae
@ -4,13 +4,13 @@
|
||||
|
||||
namespace Shared::Models
|
||||
{
|
||||
SectionItem::SectionItem(QString id,
|
||||
SectionItem::SectionItem(const QString& id,
|
||||
SectionType sectionType,
|
||||
QString name,
|
||||
QString description,
|
||||
QString image,
|
||||
QString icon,
|
||||
QString color,
|
||||
const QString& name,
|
||||
const QString& description,
|
||||
const QString& image,
|
||||
const QString& icon,
|
||||
const QString& color,
|
||||
bool active,
|
||||
bool enabled,
|
||||
bool amISectionAdmin,
|
||||
|
@ -39,13 +39,13 @@ class SectionItem : public QObject
|
||||
Q_PROPERTY(bool ensOnly READ getIsEnsOnly)
|
||||
|
||||
public:
|
||||
SectionItem(QString id,
|
||||
SectionItem(const QString &id,
|
||||
SectionType sectionType,
|
||||
QString name,
|
||||
QString description,
|
||||
QString image,
|
||||
QString icon,
|
||||
QString color,
|
||||
const QString& name,
|
||||
const QString& description,
|
||||
const QString& image,
|
||||
const QString& icon,
|
||||
const QString& color,
|
||||
bool active = false,
|
||||
bool enabled = true,
|
||||
bool amISectionAdmin = false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user