reconnection issues

This commit is contained in:
Blue 2020-08-08 02:33:03 +03:00
parent 5f64321c2a
commit 3a120c773a
7 changed files with 67 additions and 30 deletions

View file

@ -215,9 +215,8 @@ void Models::Item::_removeChild(int index)
void Models::Item::changed(int col)
{
if (parent != nullptr) {
emit childChanged(this, row(), col);
}
emit childChanged(this, row(), col);
}
void Models::Item::toOfflineState()