Suppressed clazy false positives: method potentially mismarked as slot.

This commit is contained in:
Mat Sutcliffe
2018-12-18 16:07:12 +00:00
parent 926082e756
commit 4344ca1a77
24 changed files with 48 additions and 0 deletions

View File

@@ -22,6 +22,8 @@
#include <QStringList>
#include <functional>
// clazy:excludeall=const-signal-or-slot
class QDBusConnection;
class QDBusPendingCallWatcher;

View File

@@ -20,6 +20,8 @@
#include <QString>
#include <QStringList>
// clazy:excludeall=const-signal-or-slot
class QDBusConnection;
//! \cond PRIVATE

View File

@@ -17,6 +17,8 @@
#include <QObject>
#include <QString>
// clazy:excludeall=const-signal-or-slot
class QDBusConnection;
//! \cond PRIVATE