SineStriker
2023-12-20 1900ef3c9805d7fe15e0634cef9b5ff2a5dc7838
src/core/windowagentbase.h
@@ -31,11 +31,17 @@
        QVariant windowAttribute(const QString &key) const;
        void setWindowAttribute(const QString &key, const QVariant &var);
        bool isEnabled() const;
        void setEnabled(bool enabled);
    public Q_SLOTS:
        void showSystemMenu(const QPoint &pos);
        void centralize();
        void raise();
    Q_SIGNALS:
        void enabledChanged(bool enabled);
    protected:
        explicit WindowAgentBase(WindowAgentBasePrivate &d, QObject *parent = nullptr);