Sine Striker
2023-12-11 b1cc4e7de641a9e6ef866744d7775d45813bad8d
src/quick/quickitemdelegate_p.h
@@ -4,7 +4,7 @@
#include <QtCore/QObject>
#include <QtGui/QWindow>
#include <QWKCore/windowitemdelegate.h>
#include <QWKCore/private/windowitemdelegate_p.h>
#include <QWKQuick/qwkquickglobal.h>
namespace QWK {
@@ -15,10 +15,14 @@
        ~QuickItemDelegate() override;
    public:
        QWindow *window(QObject *obj) const override;
        QWindow *window(const QObject *obj) const override;
        bool isEnabled(const QObject *obj) const override;
        bool isVisible(const QObject *obj) const override;
        QRect mapGeometryToScene(const QObject *obj) const override;
        bool isEnabled(QObject *obj) const override;
        bool isVisible(QObject *obj) const override;
        QWindow * hostWindow(const QObject *host) const override;
        bool isHostSizeFixed(const QObject *host) const override;
        bool isWindowActive(const QObject *host) const override;
    };
}