Skip to content

Commit

Permalink
Fixed Qt5 build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
githubuser0xFFFF committed Nov 20, 2024
1 parent e857421 commit 30b802b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AutoHideTab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ void CAutoHideTab::onDragHoverDelayExpired()
auto AutoHideContainer = d->DockWidget->autoHideDockContainer();
AutoHideContainer->collapseView(false);
d->DockWidget->dockManager()->setProperty(PropertyId,
QVariant::fromValue(QPointer(AutoHideContainer)));
QVariant::fromValue(QPointer<CAutoHideDockContainer>(AutoHideContainer)));
}


Expand Down

0 comments on commit 30b802b

Please sign in to comment.