DockManager stateChanged signal introduced(part2)

This commit is contained in:
Opostol 2018-08-10 15:12:38 +03:00 committed by GitHub
parent 7b4a19b943
commit b470dd5f99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -369,6 +369,8 @@ bool CDockManager::restoreState(const QByteArray &state, int version)
}
}
emit stateChanged();
return true;
}