#ifndef REPOSITORYMODEL_H #define REPOSITORYMODEL_H #include #include #include #include class RepositoryModel : public UniversalListModel { Q_OBJECT public: RepositoryModel(QObject *parent = 0); ~RepositoryModel(); }; #endif // REPOSITORYMODEL_H