mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refactor: Fix remaining modernize- warnings
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
|
||||
#include "core/context/contextnetworkimpl.h"
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include <QStringBuilder>
|
||||
#include <QTimer>
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user