forked from linuxdeepin/qt5platform-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: stack overflow with property/setProperty
commit 1272c42 引入base 的 property/setProperty 会走自己的 read/write 方法,这里直接在 read/write 方法中调用 property/setProperty 会导致递归调用最终栈溢出崩溃 解决办法: 加一个 nativesettings 代理,并且通过同名 property/setProperty 函数隐藏父类的实现
- Loading branch information
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters