Skip to content

Commit

Permalink
fix: qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Sep 8, 2024
1 parent 0e298a0 commit f2e5a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/splits/Split.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class Split : public BaseWidget
SplitInput *const input_;
SplitOverlay *const overlay_;

QPointer<OverlayWindow> overlayWindow_ = nullptr;
QPointer<OverlayWindow> overlayWindow_;

QPointer<SelectChannelDialog> selectChannelDialog_;

Expand Down

0 comments on commit f2e5a56

Please sign in to comment.