File indexing completed on 2024-05-12 05:48:10

0001 // SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0002 // SPDX-FileCopyrightText: 2022 Harald Sitter <sitter@kde.org>
0003 
0004 #pragma once
0005 
0006 class QDBusContext;
0007 
0008 bool isAuthorized(QDBusContext *context);
0009 
0010 #undef Q_EMIT
0011 #define Q_EMIT #error "don't use emit directly use BusObject sendSignal"