mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-04-29 22:24:26 +02: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);
|