Zhao Yuhang
2023-12-21 430d245bb94c634047e7b65232eb3e50e2b6e49a
src/core/windowagentbase.h
@@ -28,14 +28,8 @@
        };
        Q_ENUM(SystemButton)
        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 showSystemMenu(const QPoint &pos); // Only available on Windows now
        void centralize();
        void raise();