From 4504457da2eaee982c76cf8d67baa231caffcde4 Mon Sep 17 00:00:00 2001 From: Uwe Kindler Date: Mon, 25 Nov 2019 16:06:44 +0100 Subject: [PATCH] Removed debug code --- demo/MainWindow.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/demo/MainWindow.cpp b/demo/MainWindow.cpp index 74df077..69d2839 100644 --- a/demo/MainWindow.cpp +++ b/demo/MainWindow.cpp @@ -318,10 +318,6 @@ CMainWindow::CMainWindow(QWidget *parent) : // uncomment the following line if the tab close button should be // a QToolButton instead of a QPushButton // CDockManager::setConfigFlags(CDockManager::configFlags() | CDockManager::TabCloseButtonIsToolButton); - auto Flags = CDockManager::configFlags(); - Flags.setFlag(CDockManager::XmlAutoFormattingEnabled, true); - Flags.setFlag(CDockManager::XmlCompressionEnabled, false); - CDockManager::setConfigFlags(Flags); // uncomment the following line if you wand a fixed tab width that does // not change if the visibility of the close button changes