48
48
: QAbstractTableModel(parent),
51
connect(this, SIGNAL(rowsInserted(QModelIndex,int,int)), SLOT(save()));
52
connect(this, SIGNAL(rowsRemoved(QModelIndex,int,int)), SLOT(save()));
53
connect(this, SIGNAL(dataChanged(QModelIndex,QModelIndex)), SLOT(save()));
54
51
connect(this, SIGNAL(dataChanged(QModelIndex,QModelIndex)), SLOT(updateMarks()));
56
53
if (KDevelop::ICore::self()->partController()) { //TODO remove if