File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ if(QWINDOWKIT_ENABLE_STYLE_AGENT)
8585 list (APPEND _src style/styleagent_linux.cpp)
8686 endif ()
8787else ()
88- list (APPEND _sync_include_options EXCLUDE "style/\\ .+" )
88+ list (APPEND _sync_include_options EXCLUDE "src/core/ style/\\ .+" )
8989endif ()
9090
9191qwk_add_library(${PROJECT_NAME} AUTOGEN
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ namespace QWK {
4444#endif
4545
4646 Q_SIGNALS:
47- void titleBarWidgetChanged (const QQuickItem *item);
48- void systemButtonChanged (SystemButton button, const QQuickItem *item);
47+ void titleBarWidgetChanged (QQuickItem *item);
48+ void systemButtonChanged (SystemButton button, QQuickItem *item);
4949
5050 protected:
5151 QuickWindowAgent (QuickWindowAgentPrivate &d, QObject *parent = nullptr );
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ namespace QWK {
4343 void setHitTestVisible (const QWidget *w, bool visible = true );
4444
4545 Q_SIGNALS:
46- void titleBarChanged (const QWidget *w);
47- void systemButtonChanged (SystemButton button, const QWidget *w);
46+ void titleBarChanged (QWidget *w);
47+ void systemButtonChanged (SystemButton button, QWidget *w);
4848
4949 protected:
5050 WidgetWindowAgent (WidgetWindowAgentPrivate &d, QObject *parent = nullptr );
You can’t perform that action at this time.
0 commit comments