PrismLauncher/launcher/ui/instanceview/AccessibleInstanceView.h
Sefa Eyeoglu ce2ca13815
fix: add missing headers
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-02 18:35:08 +02:00

8 lines
174 B
C++

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