mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 13:17:41 +02:00
NOISSUE Flatten gui and logic libraries into MultiMC
This commit is contained in:
6
launcher/groupview/AccessibleGroupView.h
Normal file
6
launcher/groupview/AccessibleGroupView.h
Normal file
@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <QString>
|
||||
class QAccessibleInterface;
|
||||
|
||||
QAccessibleInterface *groupViewAccessibleFactory(const QString &classname, QObject *object);
|
Reference in New Issue
Block a user