1d468ac35a
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
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);
|