Skip to content

Commit

Permalink
fix: qt5 again
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Sep 8, 2024
1 parent f2e5a56 commit 682a87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/splits/Split.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ void Split::popup()

OverlayWindow *Split::overlayWindow()
{
return this->overlayWindow_.get();
return this->overlayWindow_.data();
}

void Split::showOverlayWindow()
Expand Down

0 comments on commit 682a87a

Please sign in to comment.