Sine Striker
2023-12-21 77f10f7c5eb8716c06eb7e0447c3fd8dbcb48d79
examples/shared/widgetframe/windowbar.h
@@ -62,7 +62,7 @@
    protected:
        WindowBar(WindowBarPrivate &d, QWidget *parent = nullptr);
        QScopedPointer<WindowBarPrivate> d_ptr;
        const std::unique_ptr<WindowBarPrivate> d_ptr;
    };
}