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