mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-25 07:31:33 +08:00
Removed debug output
This commit is contained in:
parent
f6b77f5c3c
commit
6cf05c3438
@ -180,7 +180,6 @@ void CSideTabBar::removeSideTab(CDockWidgetSideTab* SideTab)
|
|||||||
//============================================================================
|
//============================================================================
|
||||||
bool CSideTabBar::event(QEvent* e)
|
bool CSideTabBar::event(QEvent* e)
|
||||||
{
|
{
|
||||||
qDebug() << e;
|
|
||||||
switch (e->type())
|
switch (e->type())
|
||||||
{
|
{
|
||||||
case QEvent::ChildRemoved:
|
case QEvent::ChildRemoved:
|
||||||
|
Loading…
Reference in New Issue
Block a user