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 e857421 commit 30b802bCopy full SHA for 30b802b
src/AutoHideTab.cpp
@@ -613,7 +613,7 @@ void CAutoHideTab::onDragHoverDelayExpired()
613
auto AutoHideContainer = d->DockWidget->autoHideDockContainer();
614
AutoHideContainer->collapseView(false);
615
d->DockWidget->dockManager()->setProperty(PropertyId,
616
- QVariant::fromValue(QPointer(AutoHideContainer)));
+ QVariant::fromValue(QPointer<CAutoHideDockContainer>(AutoHideContainer)));
617
}
618
619
0 commit comments