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:
parent
6cf05c3438
commit
b85a6b55d9
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user