From c33c09eab134ffb6c69940905195178096e50b9a Mon Sep 17 00:00:00 2001 From: Uwe Kindler Date: Tue, 17 Dec 2019 14:52:17 +0100 Subject: [PATCH] Fixed some typos in MainWindow.cpp --- demo/MainWindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/MainWindow.cpp b/demo/MainWindow.cpp index fbe7eb4..9e026e6 100644 --- a/demo/MainWindow.cpp +++ b/demo/MainWindow.cpp @@ -382,14 +382,14 @@ CMainWindow::CMainWindow(QWidget *parent) : // not change if the visibility of the close button changes // CDockManager::setConfigFlag(CDockManager::RetainTabSizeWhenCloseButtonHidden, true); - // uncomment the follwing line if you want to use non opaque undocking and splitter + // uncomment the following line if you want to use non opaque undocking and splitter // movements // CDockManager::setConfigFlags(CDockManager::DefaultNonOpaqueConfig); // Now create the dock manager and its content d->DockManager = new CDockManager(this); - // Uncomment the following line to have the old style where the dock + // uncomment the following line to have the old style where the dock // area close button closes the active tab // CDockManager::setConfigFlags({CDockManager::DockAreaHasCloseButton // | CDockManager::DockAreaCloseButtonClosesTab});