diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-08-14 18:16:13 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2023-08-14 18:16:13 +0200 |
commit | 779f70057b021e285afd60cc650a14cd5feacffd (patch) | |
tree | 0a68d6ef065f57437441a790d6109595c47056f5 /launcher/ui/instanceview | |
parent | a44cb6430eac81e6e89283c50b57142ca7f05747 (diff) | |
parent | ce2ca1381519a2e261d7f76dffa874d559d979c2 (diff) | |
download | PrismLauncher-779f70057b021e285afd60cc650a14cd5feacffd.tar.gz PrismLauncher-779f70057b021e285afd60cc650a14cd5feacffd.tar.bz2 PrismLauncher-779f70057b021e285afd60cc650a14cd5feacffd.zip |
Merge commit 'ce2ca1381519a2e261d7f76dffa874d559d979c2' into staging
Diffstat (limited to 'launcher/ui/instanceview')
-rw-r--r-- | launcher/ui/instanceview/AccessibleInstanceView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/ui/instanceview/AccessibleInstanceView.h b/launcher/ui/instanceview/AccessibleInstanceView.h index 9bfd1745..eb4222f5 100644 --- a/launcher/ui/instanceview/AccessibleInstanceView.h +++ b/launcher/ui/instanceview/AccessibleInstanceView.h @@ -1,6 +1,7 @@ #pragma once #include <QString> +#include <QObject> class QAccessibleInterface; QAccessibleInterface *groupViewAccessibleFactory(const QString &classname, QObject *object); |