SineStriker
2023-12-22 a5d13e19dd7f6037e10b649c49805922ae5e0fa6
src/core/windowagentbase.cpp
@@ -55,9 +55,9 @@
        return d->context->windowAttribute(key);
    }
    void WindowAgentBase::setWindowAttribute(const QString &key, const QVariant &var) {
    bool WindowAgentBase::setWindowAttribute(const QString &key, const QVariant &attribute) {
        Q_D(WindowAgentBase);
        d->context->setWindowAttribute(key, var);
        return d->context->setWindowAttribute(key, attribute);
    }
    void WindowAgentBase::showSystemMenu(const QPoint &pos) {