mirror of
https://github.com/PrismLauncher/PrismLauncher
synced 2026-05-09 16:58:48 +00:00
7 lines
155 B
C++
7 lines
155 B
C++
#pragma once
|
|
|
|
#include <QString>
|
|
class QAccessibleInterface;
|
|
|
|
QAccessibleInterface *groupViewAccessibleFactory(const QString &classname, QObject *object);
|