Sine Striker
2024-04-29 031c0e92c1c10e793175c1bb63ec36ad10fe501e
minor tweaks
3个文件已修改
10 ■■■■ 已修改文件
src/core/CMakeLists.txt 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/quick/quickwindowagent.h 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/widgets/widgetwindowagent.h 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/core/CMakeLists.txt
@@ -85,7 +85,7 @@
        list(APPEND _src style/styleagent_linux.cpp)
    endif()
else()
    list(APPEND _sync_include_options EXCLUDE "style/\\.+")
    list(APPEND _sync_include_options EXCLUDE "src/core/style/\\.+")
endif()
qwk_add_library(${PROJECT_NAME} AUTOGEN
src/quick/quickwindowagent.h
@@ -44,8 +44,8 @@
#endif
    Q_SIGNALS:
        void titleBarWidgetChanged(const QQuickItem *item);
        void systemButtonChanged(SystemButton button, const QQuickItem *item);
        void titleBarWidgetChanged(QQuickItem *item);
        void systemButtonChanged(SystemButton button, QQuickItem *item);
    protected:
        QuickWindowAgent(QuickWindowAgentPrivate &d, QObject *parent = nullptr);
src/widgets/widgetwindowagent.h
@@ -43,8 +43,8 @@
        void setHitTestVisible(const QWidget *w, bool visible = true);
    Q_SIGNALS:
        void titleBarChanged(const QWidget *w);
        void systemButtonChanged(SystemButton button, const QWidget *w);
        void titleBarChanged(QWidget *w);
        void systemButtonChanged(SystemButton button, QWidget *w);
    protected:
        WidgetWindowAgent(WidgetWindowAgentPrivate &d, QObject *parent = nullptr);