Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions network-service-plugin/src/ipconflicthandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

#include <NetworkManagerQt/WiredDevice>
#include <NetworkManagerQt/WirelessDevice>
#include <NetworkManagerQt/Security8021xSetting>

Check warning on line 14 in network-service-plugin/src/ipconflicthandler.cpp

View workflow job for this annotation

GitHub Actions / cppcheck

Include file: <NetworkManagerQt/Security8021xSetting> not found. Please note: Cppcheck does not need standard library headers to get proper results.
#include <NetworkManagerQt/WirelessSecuritySetting>

Check warning on line 15 in network-service-plugin/src/ipconflicthandler.cpp

View workflow job for this annotation

GitHub Actions / cppcheck

Include file: <NetworkManagerQt/WirelessSecuritySetting> not found. Please note: Cppcheck does not need standard library headers to get proper results.

const QString ipwatchdService = "com.deepin.system.IPWatchD";
const QString ipwatchdPath = "/com/deepin/system/IPWatchD";
const QString ipwatchdInterface = "com.deepin.system.IPWatchD";
const QString ipwatchdService = "org.deepin.dde.IPWatchD1";
const QString ipwatchdPath = "/org/deepin/dde/IPWatchD1";
const QString ipwatchdInterface = "org.deepin.dde.IPWatchD1";

IPConflictHandler::IPConflictHandler(QObject *parent)
: QObject (parent)
Expand Down