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