mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 19:35:33 +08:00
Suppressed clazy false positives: method potentially mismarked as slot.
This commit is contained in:
@@ -34,6 +34,8 @@
|
|||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
#include <QtGlobal>
|
#include <QtGlobal>
|
||||||
|
|
||||||
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
//! \addtogroup dbus
|
//! \addtogroup dbus
|
||||||
//! @{
|
//! @{
|
||||||
|
|
||||||
|
|||||||
@@ -17,6 +17,8 @@
|
|||||||
#include "corefacade.h"
|
#include "corefacade.h"
|
||||||
#include "blackmisc/identifierlist.h"
|
#include "blackmisc/identifierlist.h"
|
||||||
|
|
||||||
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
namespace BlackCore
|
namespace BlackCore
|
||||||
{
|
{
|
||||||
class CCoreFacade;
|
class CCoreFacade;
|
||||||
|
|||||||
@@ -24,6 +24,8 @@
|
|||||||
#include "blackmisc/statusmessage.h"
|
#include "blackmisc/statusmessage.h"
|
||||||
#include "blackmisc/valuecache.h"
|
#include "blackmisc/valuecache.h"
|
||||||
|
|
||||||
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
namespace BlackMisc
|
namespace BlackMisc
|
||||||
{
|
{
|
||||||
class CDBusServer;
|
class CDBusServer;
|
||||||
|
|||||||
@@ -24,6 +24,8 @@
|
|||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
|
|
||||||
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
class QDBusConnection;
|
class QDBusConnection;
|
||||||
|
|
||||||
namespace BlackMisc
|
namespace BlackMisc
|
||||||
|
|||||||
@@ -30,6 +30,8 @@
|
|||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
class QDBusConnection;
|
class QDBusConnection;
|
||||||
|
|
||||||
namespace BlackMisc
|
namespace BlackMisc
|
||||||
|
|||||||
@@ -16,6 +16,8 @@
|
|||||||
#include "contextaudio.h"
|
#include "contextaudio.h"
|
||||||
#include "voice.h"
|
#include "voice.h"
|
||||||
|
|
||||||
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
namespace BlackCore
|
namespace BlackCore
|
||||||
{
|
{
|
||||||
class IVoiceChannel;
|
class IVoiceChannel;
|
||||||
|
|||||||
@@ -39,6 +39,8 @@
|
|||||||
#include <QString>
|
#include <QString>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
namespace BlackMisc
|
namespace BlackMisc
|
||||||
{
|
{
|
||||||
class CDBusServer;
|
class CDBusServer;
|
||||||
|
|||||||
@@ -28,6 +28,8 @@
|
|||||||
#include "blackmisc/identifier.h"
|
#include "blackmisc/identifier.h"
|
||||||
#include "blackmisc/network/userlist.h"
|
#include "blackmisc/network/userlist.h"
|
||||||
|
|
||||||
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
class QDBusConnection;
|
class QDBusConnection;
|
||||||
|
|
||||||
namespace BlackMisc
|
namespace BlackMisc
|
||||||
|
|||||||
@@ -43,6 +43,8 @@
|
|||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
//! \addtogroup dbus
|
//! \addtogroup dbus
|
||||||
//! @{
|
//! @{
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,8 @@
|
|||||||
#include "contextnetwork.h"
|
#include "contextnetwork.h"
|
||||||
#include "blackmisc/logmessage.h"
|
#include "blackmisc/logmessage.h"
|
||||||
|
|
||||||
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
namespace BlackCore
|
namespace BlackCore
|
||||||
{
|
{
|
||||||
namespace Context
|
namespace Context
|
||||||
|
|||||||
@@ -51,6 +51,8 @@
|
|||||||
#include "blackmisc/identifier.h"
|
#include "blackmisc/identifier.h"
|
||||||
#include "blackmisc/simplecommandparser.h"
|
#include "blackmisc/simplecommandparser.h"
|
||||||
|
|
||||||
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
class QTimer;
|
class QTimer;
|
||||||
|
|
||||||
namespace BlackMisc
|
namespace BlackMisc
|
||||||
|
|||||||
@@ -39,6 +39,8 @@
|
|||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
class QDBusConnection;
|
class QDBusConnection;
|
||||||
|
|
||||||
namespace BlackMisc
|
namespace BlackMisc
|
||||||
|
|||||||
@@ -28,6 +28,8 @@
|
|||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
//! \addtogroup dbus
|
//! \addtogroup dbus
|
||||||
//! @{
|
//! @{
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,8 @@
|
|||||||
#include "contextownaircraft.h"
|
#include "contextownaircraft.h"
|
||||||
#include "blackmisc/logmessage.h"
|
#include "blackmisc/logmessage.h"
|
||||||
|
|
||||||
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
namespace BlackCore
|
namespace BlackCore
|
||||||
{
|
{
|
||||||
namespace Context
|
namespace Context
|
||||||
|
|||||||
@@ -43,6 +43,8 @@
|
|||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
|
|
||||||
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
namespace BlackMisc
|
namespace BlackMisc
|
||||||
{
|
{
|
||||||
class CDBusServer;
|
class CDBusServer;
|
||||||
|
|||||||
@@ -27,6 +27,8 @@
|
|||||||
#include "blackmisc/network/user.h"
|
#include "blackmisc/network/user.h"
|
||||||
#include "blackmisc/pq/frequency.h"
|
#include "blackmisc/pq/frequency.h"
|
||||||
|
|
||||||
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
class QDBusConnection;
|
class QDBusConnection;
|
||||||
|
|
||||||
namespace BlackMisc
|
namespace BlackMisc
|
||||||
|
|||||||
@@ -47,6 +47,8 @@
|
|||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
class QDBusConnection;
|
class QDBusConnection;
|
||||||
|
|
||||||
namespace BlackMisc
|
namespace BlackMisc
|
||||||
|
|||||||
@@ -16,6 +16,8 @@
|
|||||||
#include "contextsimulator.h"
|
#include "contextsimulator.h"
|
||||||
#include "blackmisc/logmessage.h"
|
#include "blackmisc/logmessage.h"
|
||||||
|
|
||||||
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
namespace BlackCore
|
namespace BlackCore
|
||||||
{
|
{
|
||||||
namespace Context
|
namespace Context
|
||||||
|
|||||||
@@ -43,6 +43,8 @@
|
|||||||
#include <QString>
|
#include <QString>
|
||||||
#include <QPointer>
|
#include <QPointer>
|
||||||
|
|
||||||
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
namespace BlackMisc
|
namespace BlackMisc
|
||||||
{
|
{
|
||||||
class CDBusServer;
|
class CDBusServer;
|
||||||
|
|||||||
@@ -26,6 +26,8 @@
|
|||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
class QDBusConnection;
|
class QDBusConnection;
|
||||||
namespace BlackMisc
|
namespace BlackMisc
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -47,6 +47,8 @@
|
|||||||
#include <QDBusConnection>
|
#include <QDBusConnection>
|
||||||
#include <QDBusObjectPath>
|
#include <QDBusObjectPath>
|
||||||
|
|
||||||
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
class QDBusObjectPath;
|
class QDBusObjectPath;
|
||||||
class QVariant;
|
class QVariant;
|
||||||
|
|
||||||
|
|||||||
@@ -22,6 +22,8 @@
|
|||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
class QDBusConnection;
|
class QDBusConnection;
|
||||||
class QDBusPendingCallWatcher;
|
class QDBusPendingCallWatcher;
|
||||||
|
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
#include <QString>
|
#include <QString>
|
||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
|
|
||||||
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
class QDBusConnection;
|
class QDBusConnection;
|
||||||
|
|
||||||
//! \cond PRIVATE
|
//! \cond PRIVATE
|
||||||
|
|||||||
@@ -17,6 +17,8 @@
|
|||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
class QDBusConnection;
|
class QDBusConnection;
|
||||||
|
|
||||||
//! \cond PRIVATE
|
//! \cond PRIVATE
|
||||||
|
|||||||
Reference in New Issue
Block a user