mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-11-20 08:10:11 +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);
|