From 8a014a6c2d8c417206e143d46a76574be9e2156c Mon Sep 17 00:00:00 2001 From: Uwe Kindler Date: Mon, 11 Sep 2017 10:16:31 +0200 Subject: [PATCH] Fixed typo --- src/DockManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DockManager.cpp b/src/DockManager.cpp index a2380d6..fa926c0 100644 --- a/src/DockManager.cpp +++ b/src/DockManager.cpp @@ -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) {