Skip to content

Commit 8a014a6

Browse files
author
Uwe Kindler
committed
Fixed typo
1 parent 9676eeb commit 8a014a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DockManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ bool CDockManager::restoreState(const QByteArray &state, int version)
345345

346346
// All dock widgets, that have not been processed in the restore state
347347
// function are invisible to the user now and have no assigned dock area
348-
// The do not belong to any dock container, until the user toggles the
348+
// They do not belong to any dock container, until the user toggles the
349349
// toggle view action the next time
350350
for (auto DockWidget : d->DockWidgetsMap)
351351
{

0 commit comments

Comments
 (0)