From 4344ca1a7741d1487f16935fe83d12b3cf65cbf1 Mon Sep 17 00:00:00 2001 From: Mat Sutcliffe Date: Tue, 18 Dec 2018 16:07:12 +0000 Subject: [PATCH] Suppressed clazy false positives: method potentially mismarked as slot. --- src/blackcore/context/contextapplication.h | 2 ++ src/blackcore/context/contextapplicationempty.h | 2 ++ src/blackcore/context/contextapplicationimpl.h | 2 ++ src/blackcore/context/contextapplicationproxy.h | 2 ++ src/blackcore/context/contextaudio.h | 2 ++ src/blackcore/context/contextaudioempty.h | 2 ++ src/blackcore/context/contextaudioimpl.h | 2 ++ src/blackcore/context/contextaudioproxy.h | 2 ++ src/blackcore/context/contextnetwork.h | 2 ++ src/blackcore/context/contextnetworkempty.h | 2 ++ src/blackcore/context/contextnetworkimpl.h | 2 ++ src/blackcore/context/contextnetworkproxy.h | 2 ++ src/blackcore/context/contextownaircraft.h | 2 ++ src/blackcore/context/contextownaircraftempty.h | 2 ++ src/blackcore/context/contextownaircraftimpl.h | 2 ++ src/blackcore/context/contextownaircraftproxy.h | 2 ++ src/blackcore/context/contextsimulator.h | 2 ++ src/blackcore/context/contextsimulatorempty.h | 2 ++ src/blackcore/context/contextsimulatorimpl.h | 2 ++ src/blackcore/context/contextsimulatorproxy.h | 2 ++ src/blackmisc/test/testservice.h | 2 ++ src/plugins/simulator/xplane/xswiftbusserviceproxy.h | 2 ++ src/plugins/simulator/xplane/xswiftbustrafficproxy.h | 2 ++ src/plugins/simulator/xplane/xswiftbusweatherproxy.h | 2 ++ 24 files changed, 48 insertions(+) diff --git a/src/blackcore/context/contextapplication.h b/src/blackcore/context/contextapplication.h index 71b5e70dc..6a67f28fa 100644 --- a/src/blackcore/context/contextapplication.h +++ b/src/blackcore/context/contextapplication.h @@ -34,6 +34,8 @@ #include #include +// clazy:excludeall=const-signal-or-slot + //! \addtogroup dbus //! @{ diff --git a/src/blackcore/context/contextapplicationempty.h b/src/blackcore/context/contextapplicationempty.h index cc34d0723..b83b98d84 100644 --- a/src/blackcore/context/contextapplicationempty.h +++ b/src/blackcore/context/contextapplicationempty.h @@ -17,6 +17,8 @@ #include "corefacade.h" #include "blackmisc/identifierlist.h" +// clazy:excludeall=const-signal-or-slot + namespace BlackCore { class CCoreFacade; diff --git a/src/blackcore/context/contextapplicationimpl.h b/src/blackcore/context/contextapplicationimpl.h index 35ce3fe9d..551ef3785 100644 --- a/src/blackcore/context/contextapplicationimpl.h +++ b/src/blackcore/context/contextapplicationimpl.h @@ -24,6 +24,8 @@ #include "blackmisc/statusmessage.h" #include "blackmisc/valuecache.h" +// clazy:excludeall=const-signal-or-slot + namespace BlackMisc { class CDBusServer; diff --git a/src/blackcore/context/contextapplicationproxy.h b/src/blackcore/context/contextapplicationproxy.h index c18ffd199..3896b3ee2 100644 --- a/src/blackcore/context/contextapplicationproxy.h +++ b/src/blackcore/context/contextapplicationproxy.h @@ -24,6 +24,8 @@ #include #include +// clazy:excludeall=const-signal-or-slot + class QDBusConnection; namespace BlackMisc diff --git a/src/blackcore/context/contextaudio.h b/src/blackcore/context/contextaudio.h index aa4ac49dd..a73b6d8d2 100644 --- a/src/blackcore/context/contextaudio.h +++ b/src/blackcore/context/contextaudio.h @@ -30,6 +30,8 @@ #include #include +// clazy:excludeall=const-signal-or-slot + class QDBusConnection; namespace BlackMisc diff --git a/src/blackcore/context/contextaudioempty.h b/src/blackcore/context/contextaudioempty.h index 0de78a677..7b518dd71 100644 --- a/src/blackcore/context/contextaudioempty.h +++ b/src/blackcore/context/contextaudioempty.h @@ -16,6 +16,8 @@ #include "contextaudio.h" #include "voice.h" +// clazy:excludeall=const-signal-or-slot + namespace BlackCore { class IVoiceChannel; diff --git a/src/blackcore/context/contextaudioimpl.h b/src/blackcore/context/contextaudioimpl.h index f0ef9de0b..385e7ddd4 100644 --- a/src/blackcore/context/contextaudioimpl.h +++ b/src/blackcore/context/contextaudioimpl.h @@ -39,6 +39,8 @@ #include #include +// clazy:excludeall=const-signal-or-slot + namespace BlackMisc { class CDBusServer; diff --git a/src/blackcore/context/contextaudioproxy.h b/src/blackcore/context/contextaudioproxy.h index 8e775c4cd..8c0527977 100644 --- a/src/blackcore/context/contextaudioproxy.h +++ b/src/blackcore/context/contextaudioproxy.h @@ -28,6 +28,8 @@ #include "blackmisc/identifier.h" #include "blackmisc/network/userlist.h" +// clazy:excludeall=const-signal-or-slot + class QDBusConnection; namespace BlackMisc diff --git a/src/blackcore/context/contextnetwork.h b/src/blackcore/context/contextnetwork.h index b73de42c6..f1c6e2462 100644 --- a/src/blackcore/context/contextnetwork.h +++ b/src/blackcore/context/contextnetwork.h @@ -43,6 +43,8 @@ #include +// clazy:excludeall=const-signal-or-slot + //! \addtogroup dbus //! @{ diff --git a/src/blackcore/context/contextnetworkempty.h b/src/blackcore/context/contextnetworkempty.h index de283c372..e8ff9b2ac 100644 --- a/src/blackcore/context/contextnetworkempty.h +++ b/src/blackcore/context/contextnetworkempty.h @@ -16,6 +16,8 @@ #include "contextnetwork.h" #include "blackmisc/logmessage.h" +// clazy:excludeall=const-signal-or-slot + namespace BlackCore { namespace Context diff --git a/src/blackcore/context/contextnetworkimpl.h b/src/blackcore/context/contextnetworkimpl.h index 6aaa0e5e5..80de06035 100644 --- a/src/blackcore/context/contextnetworkimpl.h +++ b/src/blackcore/context/contextnetworkimpl.h @@ -51,6 +51,8 @@ #include "blackmisc/identifier.h" #include "blackmisc/simplecommandparser.h" +// clazy:excludeall=const-signal-or-slot + class QTimer; namespace BlackMisc diff --git a/src/blackcore/context/contextnetworkproxy.h b/src/blackcore/context/contextnetworkproxy.h index 447f95314..059ca973d 100644 --- a/src/blackcore/context/contextnetworkproxy.h +++ b/src/blackcore/context/contextnetworkproxy.h @@ -39,6 +39,8 @@ #include #include +// clazy:excludeall=const-signal-or-slot + class QDBusConnection; namespace BlackMisc diff --git a/src/blackcore/context/contextownaircraft.h b/src/blackcore/context/contextownaircraft.h index 11a465602..68b4c2530 100644 --- a/src/blackcore/context/contextownaircraft.h +++ b/src/blackcore/context/contextownaircraft.h @@ -28,6 +28,8 @@ #include #include +// clazy:excludeall=const-signal-or-slot + //! \addtogroup dbus //! @{ diff --git a/src/blackcore/context/contextownaircraftempty.h b/src/blackcore/context/contextownaircraftempty.h index 01253f722..e5f3b0757 100644 --- a/src/blackcore/context/contextownaircraftempty.h +++ b/src/blackcore/context/contextownaircraftempty.h @@ -16,6 +16,8 @@ #include "contextownaircraft.h" #include "blackmisc/logmessage.h" +// clazy:excludeall=const-signal-or-slot + namespace BlackCore { namespace Context diff --git a/src/blackcore/context/contextownaircraftimpl.h b/src/blackcore/context/contextownaircraftimpl.h index 10d3b15ff..1f5e7f161 100644 --- a/src/blackcore/context/contextownaircraftimpl.h +++ b/src/blackcore/context/contextownaircraftimpl.h @@ -43,6 +43,8 @@ #include #include +// clazy:excludeall=const-signal-or-slot + namespace BlackMisc { class CDBusServer; diff --git a/src/blackcore/context/contextownaircraftproxy.h b/src/blackcore/context/contextownaircraftproxy.h index 3ca6ee2f5..844ae2f8e 100644 --- a/src/blackcore/context/contextownaircraftproxy.h +++ b/src/blackcore/context/contextownaircraftproxy.h @@ -27,6 +27,8 @@ #include "blackmisc/network/user.h" #include "blackmisc/pq/frequency.h" +// clazy:excludeall=const-signal-or-slot + class QDBusConnection; namespace BlackMisc diff --git a/src/blackcore/context/contextsimulator.h b/src/blackcore/context/contextsimulator.h index c4bad6c27..e0fbdd25f 100644 --- a/src/blackcore/context/contextsimulator.h +++ b/src/blackcore/context/contextsimulator.h @@ -47,6 +47,8 @@ #include #include +// clazy:excludeall=const-signal-or-slot + class QDBusConnection; namespace BlackMisc diff --git a/src/blackcore/context/contextsimulatorempty.h b/src/blackcore/context/contextsimulatorempty.h index 8fdc45b38..4df12b992 100644 --- a/src/blackcore/context/contextsimulatorempty.h +++ b/src/blackcore/context/contextsimulatorempty.h @@ -16,6 +16,8 @@ #include "contextsimulator.h" #include "blackmisc/logmessage.h" +// clazy:excludeall=const-signal-or-slot + namespace BlackCore { namespace Context diff --git a/src/blackcore/context/contextsimulatorimpl.h b/src/blackcore/context/contextsimulatorimpl.h index 30f1a0b6d..e43cb2c93 100644 --- a/src/blackcore/context/contextsimulatorimpl.h +++ b/src/blackcore/context/contextsimulatorimpl.h @@ -43,6 +43,8 @@ #include #include +// clazy:excludeall=const-signal-or-slot + namespace BlackMisc { class CDBusServer; diff --git a/src/blackcore/context/contextsimulatorproxy.h b/src/blackcore/context/contextsimulatorproxy.h index 74fd45a7c..9a4cdb01e 100644 --- a/src/blackcore/context/contextsimulatorproxy.h +++ b/src/blackcore/context/contextsimulatorproxy.h @@ -26,6 +26,8 @@ #include #include +// clazy:excludeall=const-signal-or-slot + class QDBusConnection; namespace BlackMisc { diff --git a/src/blackmisc/test/testservice.h b/src/blackmisc/test/testservice.h index af9872f3b..5e91fb1f8 100644 --- a/src/blackmisc/test/testservice.h +++ b/src/blackmisc/test/testservice.h @@ -47,6 +47,8 @@ #include #include +// clazy:excludeall=const-signal-or-slot + class QDBusObjectPath; class QVariant; diff --git a/src/plugins/simulator/xplane/xswiftbusserviceproxy.h b/src/plugins/simulator/xplane/xswiftbusserviceproxy.h index fb7a050f8..4c12ca3f4 100644 --- a/src/plugins/simulator/xplane/xswiftbusserviceproxy.h +++ b/src/plugins/simulator/xplane/xswiftbusserviceproxy.h @@ -22,6 +22,8 @@ #include #include +// clazy:excludeall=const-signal-or-slot + class QDBusConnection; class QDBusPendingCallWatcher; diff --git a/src/plugins/simulator/xplane/xswiftbustrafficproxy.h b/src/plugins/simulator/xplane/xswiftbustrafficproxy.h index e7ff23ae7..79d91c86e 100644 --- a/src/plugins/simulator/xplane/xswiftbustrafficproxy.h +++ b/src/plugins/simulator/xplane/xswiftbustrafficproxy.h @@ -20,6 +20,8 @@ #include #include +// clazy:excludeall=const-signal-or-slot + class QDBusConnection; //! \cond PRIVATE diff --git a/src/plugins/simulator/xplane/xswiftbusweatherproxy.h b/src/plugins/simulator/xplane/xswiftbusweatherproxy.h index 6b7e62f99..a281aa4ec 100644 --- a/src/plugins/simulator/xplane/xswiftbusweatherproxy.h +++ b/src/plugins/simulator/xplane/xswiftbusweatherproxy.h @@ -17,6 +17,8 @@ #include #include +// clazy:excludeall=const-signal-or-slot + class QDBusConnection; //! \cond PRIVATE