mirror of
https://github.com/MeexReay/minceraftOS.git
synced 2025-06-24 18:43:00 +03:00
7 lines
155 B
C++
7 lines
155 B
C++
#pragma once
|
|
|
|
#include <QString>
|
|
class QAccessibleInterface;
|
|
|
|
QAccessibleInterface *groupViewAccessibleFactory(const QString &classname, QObject *object);
|