Skip to content

Commit c33c09e

Browse files
Fixed some typos in MainWindow.cpp
1 parent 6021ee8 commit c33c09e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/MainWindow.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,14 +382,14 @@ CMainWindow::CMainWindow(QWidget *parent) :
382382
// not change if the visibility of the close button changes
383383
// CDockManager::setConfigFlag(CDockManager::RetainTabSizeWhenCloseButtonHidden, true);
384384

385-
// uncomment the follwing line if you want to use non opaque undocking and splitter
385+
// uncomment the following line if you want to use non opaque undocking and splitter
386386
// movements
387387
// CDockManager::setConfigFlags(CDockManager::DefaultNonOpaqueConfig);
388388

389389
// Now create the dock manager and its content
390390
d->DockManager = new CDockManager(this);
391391

392-
// Uncomment the following line to have the old style where the dock
392+
// uncomment the following line to have the old style where the dock
393393
// area close button closes the active tab
394394
// CDockManager::setConfigFlags({CDockManager::DockAreaHasCloseButton
395395
// | CDockManager::DockAreaCloseButtonClosesTab});

0 commit comments

Comments
 (0)