mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Suppressed clazy false positives: method potentially mismarked as slot.
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
#include <QStringList>
|
||||
#include <functional>
|
||||
|
||||
// clazy:excludeall=const-signal-or-slot
|
||||
|
||||
class QDBusConnection;
|
||||
class QDBusPendingCallWatcher;
|
||||
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
#include <QString>
|
||||
#include <QStringList>
|
||||
|
||||
// clazy:excludeall=const-signal-or-slot
|
||||
|
||||
class QDBusConnection;
|
||||
|
||||
//! \cond PRIVATE
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
#include <QObject>
|
||||
#include <QString>
|
||||
|
||||
// clazy:excludeall=const-signal-or-slot
|
||||
|
||||
class QDBusConnection;
|
||||
|
||||
//! \cond PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user