Merge commit 'ce2ca1381519a2e261d7f76dffa874d559d979c2' into staging

This commit is contained in:
Sefa Eyeoglu
2023-08-14 18:16:13 +02:00
10 changed files with 22 additions and 29 deletions

View File

@ -1,6 +1,7 @@
#pragma once
#include <QString>
#include <QObject>
class QAccessibleInterface;
QAccessibleInterface *groupViewAccessibleFactory(const QString &classname, QObject *object);