1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-04-19 03:44:45 +08:00

Removed debug output

This commit is contained in:
Uwe Kindler 2022-10-28 11:14:04 +02:00
parent 6cf05c3438
commit b85a6b55d9

View File

@ -160,7 +160,8 @@ CAutoHideDockContainer* CSideTabBar::insertDockWidget(int Index, CDockWidget* Do
//============================================================================ //============================================================================
void CSideTabBar::removeDockWidget(CDockWidget* DockWidget) void CSideTabBar::removeDockWidget(CDockWidget* DockWidget)
{ {
Q_UNUSED(DockWidget);
// TODO implement
} }