Skip to content

Commit

Permalink
minor clean
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLDff committed Dec 18, 2019
1 parent 303e0f0 commit d335347
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/include/ObjectListModel/ObjectList.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ template<class ItemType>
class ObjectList : public ObjectListBase
{
public:
explicit ObjectList(QObject* parent = Q_NULLPTR,
const QList<QByteArray> & exposedRoles = QList<QByteArray>(),
const QByteArray & displayRole = QByteArray(),
const QByteArray & uidRole = QByteArray())
explicit ObjectList(QObject* parent = Q_NULLPTR,
const QList<QByteArray> & exposedRoles = {},
const QByteArray & displayRole = {},
const QByteArray& uidRole = {})
: ObjectListBase(parent)
, _count(0)
, _uidRoleName(uidRole)
Expand Down

0 comments on commit d335347

Please sign in to comment.