Sine Striker
2023-12-27 b2471667e1377df998ec50a6f952f3d164e73e3d
src/core/windowitemdelegate.cpp
@@ -1,4 +1,4 @@
#include "windowitemdelegate.h"
#include "windowitemdelegate_p.h"
namespace QWK {
@@ -6,6 +6,8 @@
    WindowItemDelegate::~WindowItemDelegate() = default;
    void WindowItemDelegate::resetQtGrabbedControl() const {}
    void WindowItemDelegate::resetQtGrabbedControl(QObject *host) const {
        Q_UNUSED(host);
    }
}