fix: add missing headers
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
f256b836f4
commit
ce2ca13815
@ -1,5 +1,8 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <QList>
|
||||||
|
#include <QString>
|
||||||
|
|
||||||
enum class ProblemSeverity
|
enum class ProblemSeverity
|
||||||
{
|
{
|
||||||
None,
|
None,
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
#include <QObject>
|
||||||
class QAccessibleInterface;
|
class QAccessibleInterface;
|
||||||
|
|
||||||
QAccessibleInterface *groupViewAccessibleFactory(const QString &classname, QObject *object);
|
QAccessibleInterface *groupViewAccessibleFactory(const QString &classname, QObject *object);
|
||||||
|
Loading…
Reference in New Issue
Block a user