dde-dock/plugins/sound/soundaccessible.h
tsic404 f48785876e chore: remove QAccessible
tests has been disabled, and QAccessible is not used in right ways

log: as title
2023-05-31 03:21:28 +00:00

17 lines
405 B
C

// SPDX-FileCopyrightText: 2018 - 2023 UnionTech Software Technology Co., Ltd.
//
// SPDX-License-Identifier: LGPL-3.0-or-later
#ifndef SOUNDACCESSIBLE_H
#define SOUNDACCESSIBLE_H
#include <QAccessibleInterface>
QAccessibleInterface *soundAccessibleFactory(const QString &classname, QObject *object)
{
QAccessibleInterface *interface = nullptr;
return interface;
}
#endif // SOUNDACCESSIBLE_H