mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-30 07:32:17 -04:00
Removed qdebug calls (forgot about those).
This commit is contained in:
parent
0bfc408ea2
commit
851d2f061b
@ -123,7 +123,6 @@ void CSMWorld::NestedTableModel::forwardRowsAboutToInserted(const QModelIndex& p
|
|||||||
{
|
{
|
||||||
if (indexIsParent(parent))
|
if (indexIsParent(parent))
|
||||||
{
|
{
|
||||||
qDebug()<<"Adding new rows "<< first<<":"<<last;
|
|
||||||
beginInsertRows(QModelIndex(), first, last);
|
beginInsertRows(QModelIndex(), first, last);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -132,7 +131,6 @@ void CSMWorld::NestedTableModel::forwardRowsInserted(const QModelIndex& parent,
|
|||||||
{
|
{
|
||||||
if (indexIsParent(parent))
|
if (indexIsParent(parent))
|
||||||
{
|
{
|
||||||
qDebug()<<"rows added"<< first<<":"<<last;
|
|
||||||
endInsertRows();
|
endInsertRows();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user