Index: sources/model/MListModel.cpp =================================================================== diff -u -rc1e50347c78096b626b2cd1ef32a33b439e88bdd -raacca8cc53f5e4ff5abb6d7df3d5ad48c915645c --- sources/model/MListModel.cpp (.../MListModel.cpp) (revision c1e50347c78096b626b2cd1ef32a33b439e88bdd) +++ sources/model/MListModel.cpp (.../MListModel.cpp) (revision aacca8cc53f5e4ff5abb6d7df3d5ad48c915645c) @@ -1,17 +1,6 @@ #include "MListModel.h" /*! - * \brief Constructor - * \param[in] parent - Parent of this object. - */ -View::MListModel::MListModel(QObject *parent) - : QAbstractListModel(parent) -{ - connect(this, &MListModel::rowsInserted, this, &MListModel::countChanged); - connect(this, &MListModel::rowsRemoved, this, &MListModel::countChanged); -} - -/*! * \brief Retrieve the role names set for this list model. * \return Role names used for this model. */