forked from blue/squawk
reconnection issues
This commit is contained in:
parent
5f64321c2a
commit
3a120c773a
7 changed files with 67 additions and 30 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue