Fixed typo

This commit is contained in:
Uwe Kindler 2017-09-11 10:16:31 +02:00
parent 9676eeb1bf
commit 8a014a6c2d

View File

@ -345,7 +345,7 @@ bool CDockManager::restoreState(const QByteArray &state, int version)
// All dock widgets, that have not been processed in the restore state
// function are invisible to the user now and have no assigned dock area
// The do not belong to any dock container, until the user toggles the
// They do not belong to any dock container, until the user toggles the
// toggle view action the next time
for (auto DockWidget : d->DockWidgetsMap)
{