diff options
Diffstat (limited to 'src/manager/main.cpp')
-rw-r--r-- | src/manager/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager/main.cpp b/src/manager/main.cpp index 3b6c7893..5bc31672 100644 --- a/src/manager/main.cpp +++ b/src/manager/main.cpp @@ -604,7 +604,7 @@ int main(int argc, char *argv[]) #if defined(QT_DBUS_LIB) if (Q_UNLIKELY(configuration->dbusStartSessionBus())) { - class DBusDaemonProcess : public QProcess + class DBusDaemonProcess : public QProcess // clazy:exclude=missing-qobject-macro { public: DBusDaemonProcess(QObject *parent = 0) |