diff options
| author | Michael Biebl <biebl@debian.org> | 2017-05-11 14:55:55 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-05-11 14:55:55 +0200 |
| commit | c333f062ddcba9b35330647bf6cbd0a07f2d786e (patch) | |
| tree | 257c3a0c74c09f4ad2328eab5b932806405f0c1c /examples/C/qt | |
| parent | a222e56e103f949b148a6942e385ccca2c26d9f3 (diff) | |
New upstream version 1.8.0 upstream/1.8.0
Diffstat (limited to 'examples/C/qt')
| -rw-r--r-- | examples/C/qt/add-connection-wired.cpp | 3 | ||||
| -rw-r--r-- | examples/C/qt/change-ipv4-addresses.cpp | 4 | ||||
| -rw-r--r-- | examples/C/qt/list-connections.cpp | 3 |
3 files changed, 4 insertions, 6 deletions
diff --git a/examples/C/qt/add-connection-wired.cpp b/examples/C/qt/add-connection-wired.cpp index fe790ecd..c06ed71f 100644 --- a/examples/C/qt/add-connection-wired.cpp +++ b/examples/C/qt/add-connection-wired.cpp @@ -28,10 +28,9 @@ #include <QtDBus/QDBusInterface> #include <QtDBus/QDBusMetaType> #include <QtDBus/QDBusReply> - #include <QtCore/QDebug> -#include "nm-dbus-interface.h" +#include <nm-dbus-interface.h> typedef QMap<QString, QMap<QString, QVariant> > Connection; Q_DECLARE_METATYPE(Connection) diff --git a/examples/C/qt/change-ipv4-addresses.cpp b/examples/C/qt/change-ipv4-addresses.cpp index 8ca3dde2..d403900a 100644 --- a/examples/C/qt/change-ipv4-addresses.cpp +++ b/examples/C/qt/change-ipv4-addresses.cpp @@ -38,9 +38,9 @@ #include <QtCore/QDebug> #include <QtNetwork/QHostAddress> -#include "arpa/inet.h" +#include <arpa/inet.h> -#include "nm-dbus-interface.h" +#include <nm-dbus-interface.h> typedef QMap<QString, QMap<QString, QVariant> > Connection; Q_DECLARE_METATYPE(Connection) diff --git a/examples/C/qt/list-connections.cpp b/examples/C/qt/list-connections.cpp index 66f309c8..48dd685e 100644 --- a/examples/C/qt/list-connections.cpp +++ b/examples/C/qt/list-connections.cpp @@ -25,10 +25,9 @@ #include <QtDBus/QDBusConnection> #include <QtDBus/QDBusInterface> #include <QtDBus/QDBusReply> - #include <QtCore/QDebug> -#include "nm-dbus-interface.h" +#include <nm-dbus-interface.h> void listConnections(QDBusInterface& interface) { |