Skip to content

Commit b470dd5

Browse files
authored
DockManager stateChanged signal introduced(part2)
1 parent 7b4a19b commit b470dd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DockManager.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,8 @@ bool CDockManager::restoreState(const QByteArray &state, int version)
369369
}
370370
}
371371

372+
emit stateChanged();
373+
372374
return true;
373375
}
374376

0 commit comments

Comments
 (0)