Sine Striker
2023-12-17 eda513356b8eb58b3069ddceb8c3dbc63c7fcdcd
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;
    };
}