Sine Striker
2023-12-06 a0bede6ff6a700a6eea9702c49d378f07de22f63
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;
    };
}