src/widgets/widgetitemdelegate_p.h
@@ -4,7 +4,7 @@ #include <QtCore/QObject> #include <QtGui/QWindow> #include <QWKCore/windowitemdelegate.h> #include <QWKCore/private/windowitemdelegate_p.h> #include <QWKWidgets/qwkwidgetsglobal.h> namespace QWK { @@ -22,8 +22,9 @@ QWindow * hostWindow(const QObject *host) const override; bool isHostSizeFixed(const QObject *host) const override; bool isWindowActive(const QObject *host) const override; bool resetQtGrabbedControl() const override; void resetQtGrabbedControl() const override; }; }