X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fcoreaccountmodel.h;h=91082b2f40aeea006bb5a08ab0c0cc4e1029345c;hb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;hp=5b224b4589dc7ba0fe66f82d677439df1b00181e;hpb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;p=quassel.git diff --git a/src/client/coreaccountmodel.h b/src/client/coreaccountmodel.h index 5b224b45..91082b2f 100644 --- a/src/client/coreaccountmodel.h +++ b/src/client/coreaccountmodel.h @@ -37,8 +37,8 @@ public: UuidRole }; - CoreAccountModel(QObject *parent = 0); - CoreAccountModel(const CoreAccountModel *other, QObject *parent = 0); + CoreAccountModel(QObject *parent = nullptr); + CoreAccountModel(const CoreAccountModel *other, QObject *parent = nullptr); inline int rowCount(const QModelIndex &parent = QModelIndex()) const; virtual QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const;