Yuhang Zhao
2023-12-06 0287f19b3eabf6b6632d51c0288e6cf0be2c5e69
src/core/contexts/abstractwindowcontext.cpp
@@ -2,7 +2,7 @@
namespace QWK {
    AbstractWindowContext::AbstractWindowContext(QObject *host, WindowItemDelegate *delegate)
    AbstractWindowContext::AbstractWindowContext(const QObject *host, const WindowItemDelegate *delegate)
        : m_host(host), m_delegate(delegate), m_windowHandle(delegate->hostWindow(host)) {
    }