PrismLauncher/launcher/ui/instanceview/AccessibleInstanceView.h
Sefa Eyeoglu 91ba4cf75e
chore: reformat
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-14 18:16:53 +02:00

8 lines
174 B
C++

#pragma once
#include <QObject>
#include <QString>
class QAccessibleInterface;
QAccessibleInterface* groupViewAccessibleFactory(const QString& classname, QObject* object);