mirror of
https://github.com/unmojang/FjordLauncher.git
synced 2025-08-10 05:37:16 -04:00
7 lines
155 B
C++
7 lines
155 B
C++
#pragma once
|
|
|
|
#include <QString>
|
|
class QAccessibleInterface;
|
|
|
|
QAccessibleInterface *groupViewAccessibleFactory(const QString &classname, QObject *object);
|