Fix broken Undo/Redo for Delete command

This commit is contained in:
baydam
2016-03-04 12:10:08 +00:00
parent 7a9457d26d
commit 7cc1043368
6 changed files with 45 additions and 83 deletions
-5
View File
@@ -25,11 +25,6 @@ MappingItemDelegate::MappingItemDelegate(QObject *parent) :
}
MappingItemDelegate::~MappingItemDelegate()
{
}
void MappingItemDelegate::paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const
{
if (index.isValid()) {