From c333f062ddcba9b35330647bf6cbd0a07f2d786e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 11 May 2017 14:55:55 +0200 Subject: New upstream version 1.8.0 --- examples/C/qt/add-connection-wired.cpp | 3 +-- examples/C/qt/change-ipv4-addresses.cpp | 4 ++-- examples/C/qt/list-connections.cpp | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) (limited to 'examples/C/qt') 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 #include #include - #include -#include "nm-dbus-interface.h" +#include typedef QMap > 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 #include -#include "arpa/inet.h" +#include -#include "nm-dbus-interface.h" +#include typedef QMap > 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 #include #include - #include -#include "nm-dbus-interface.h" +#include void listConnections(QDBusInterface& interface) { -- cgit 1.3.0-6-gf8a5