summaryrefslogtreecommitdiffstats
path: root/application/groupview/AccessibleGroupView.h
blob: 9bfd174535bb2f09bcc710e07f15a66af8f55424 (plain)
1
2
3
4
5
6
#pragma once

#include <QString>
class QAccessibleInterface;

QAccessibleInterface *groupViewAccessibleFactory(const QString &classname, QObject *object);