mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-03 16:51:30 +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);
|