Another Model Cleanup

Conversion of the WSInfoModel, that populates the list
of weigthsystems in the Equipment tab.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
Tomaz Canabrava 2013-10-11 11:13:16 -03:00
parent a4efa8c444
commit fac316865c
2 changed files with 3 additions and 34 deletions

View file

@ -55,7 +55,7 @@ private:
};
/* Encapsulate ws_info */
class WSInfoModel : public QAbstractTableModel {
class WSInfoModel : public CleanerTableModel {
Q_OBJECT
public:
static WSInfoModel* instance();
@ -63,8 +63,6 @@ public:
enum Column {DESCRIPTION, GR};
WSInfoModel();
/*reimp*/ QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const;
/*reimp*/ int columnCount(const QModelIndex& parent = QModelIndex()) const;
/*reimp*/ QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const;
/*reimp*/ int rowCount(const QModelIndex& parent = QModelIndex()) const;
/*reimp*/ bool insertRows(int row, int count, const QModelIndex& parent = QModelIndex());