SineStriker
2023-12-29 58ef035603b8e3bf9299b4bddcdebcc653ea8810
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;
    };
}