Sine Striker
2023-12-03 eb266da10552eeefcb0f7dfe514d4385aec563f8
src/core/windowitemdelegate.h
@@ -10,6 +10,7 @@
    class WindowItemDelegate {
    public:
        WindowItemDelegate() = default;
        virtual ~WindowItemDelegate() = default;
    public:
@@ -17,6 +18,9 @@
        virtual bool isEnabled(QObject *obj) const = 0;
        virtual bool isVisible(QObject *obj) const = 0;
    private:
        Q_DISABLE_COPY_MOVE(WindowItemDelegate)
    };
}