refactor: Fix remaining modernize- warnings

This commit is contained in:
Lars Toenning
2025-10-25 15:48:35 +02:00
parent 4e6a6887f1
commit 369450107b
46 changed files with 545 additions and 468 deletions

View File

@@ -3,8 +3,6 @@
#include "core/context/contextnetworkimpl.h"
#include <stdbool.h>
#include <QStringBuilder>
#include <QTimer>

View File

@@ -25,7 +25,7 @@ namespace swift::core::context
{
CContextSimulatorProxy::CContextSimulatorProxy(const QString &serviceName, QDBusConnection &connection,
CCoreFacadeConfig::ContextMode mode, CCoreFacade *runtime)
: IContextSimulator(mode, runtime), m_dBusInterface(nullptr)
: IContextSimulator(mode, runtime)
{
this->m_dBusInterface = new swift::misc::CGenericDBusInterface(
serviceName, IContextSimulator::ObjectPath(), IContextSimulator::InterfaceName(), connection, this);