Removed debug output

This commit is contained in:
Uwe Kindler 2022-10-28 11:13:18 +02:00
parent f6b77f5c3c
commit 6cf05c3438

View File

@ -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: