mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
fix: 修复Acessible标记的问题
控件相关的类添加了命名空间,将命名空间去掉 Log: 修复任务栏应用图标Tips没有Accessible标记的问题
This commit is contained in:
parent
96b4330e02
commit
10a614bcee
@ -101,7 +101,7 @@ QAccessibleInterface *accessibleFactory(const QString &classname, QObject *objec
|
||||
|
||||
USE_ACCESSIBLE(classname, MainWindow);
|
||||
USE_ACCESSIBLE(classname, MainPanelControl);
|
||||
USE_ACCESSIBLE(classname, TipsWidget);
|
||||
USE_ACCESSIBLE(QString(classname).replace("Dock::", ""), TipsWidget);
|
||||
USE_ACCESSIBLE(classname, DockPopupWindow);
|
||||
USE_ACCESSIBLE(classname, LauncherItem);
|
||||
USE_ACCESSIBLE(classname, AppItem);
|
||||
|
Loading…
x
Reference in New Issue
Block a user