fix: 修复Dock模块窗口属性异常的问题
修复Dock模块窗口属性WindowInfo异常的问题 log: Task: https://pms.uniontech.com/task-view-136759.html Influence: 无 Change-Id: I9bf9e532ec003d4ba7d35d6a5ed0af4e3b5d299d
This commit is contained in:
@ -93,9 +93,16 @@ WindowPatterns::WindowPatterns()
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief WindowPatterns::match 匹配窗口
|
||||
* @param winInfo
|
||||
* @return
|
||||
*/
|
||||
QString WindowPatterns::match(WindowInfoX *winInfo)
|
||||
{
|
||||
for (auto pattern : patterns) {
|
||||
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user