Skip to content

Commit

Permalink
fix: modify qt deprecation warning (ros-visualization#68)
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <[email protected]>
  • Loading branch information
wep21 authored Mar 21, 2022
1 parent 027e8fd commit 390a399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rqt_image_view/ratio_layouted_frame.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class RatioLayoutedFrame

public:

RatioLayoutedFrame(QWidget* parent, Qt::WindowFlags flags = 0);
RatioLayoutedFrame(QWidget* parent, Qt::WindowFlags flags = QFlag{0});

virtual ~RatioLayoutedFrame();

Expand Down

0 comments on commit 390a399

Please sign in to comment.