1
0
mirror of https://github.com/MultiMC/MultiMC5.git synced 2025-02-14 00:40:08 +00:00
MultiMC5/launcher/groupview/AccessibleGroupView.h

7 lines
155 B
C
Raw Normal View History

#pragma once
#include <QString>
class QAccessibleInterface;
QAccessibleInterface *groupViewAccessibleFactory(const QString &classname, QObject *object);