We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d467b21 commit d709230Copy full SHA for d709230
src/DockWidgetTab.cpp
@@ -539,7 +539,7 @@ QMenu* CDockWidgetTab::buildContextMenu(QMenu *Menu)
539
Menu = new QMenu(this);
540
}
541
542
- qDebug() << "CDockWidgetTab::buildContextMenu";
+ ADS_PRINT("CDockWidgetTab::buildContextMenu");
543
const bool isFloatable = d->DockWidget->features().testFlag(CDockWidget::DockWidgetFloatable);
544
const bool isTopLevelArea = d->DockArea->isTopLevelArea();
545
const bool isFloating = d->DockWidget->isFloating();
0 commit comments