summaryrefslogtreecommitdiffstats
path: root/examples/knx/discoverer/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/knx/discoverer/main.cpp')
-rw-r--r--examples/knx/discoverer/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/knx/discoverer/main.cpp b/examples/knx/discoverer/main.cpp
index d9944cb..2a42634 100644
--- a/examples/knx/discoverer/main.cpp
+++ b/examples/knx/discoverer/main.cpp
@@ -188,7 +188,7 @@ int main(int argc, char *argv[])
const auto servers = agent.discoveredServers();
if (servers.size() > 0) {
- qInfo().noquote() << endl << QString::fromLatin1("%1 server(s) found on the network.")
+ qInfo().noquote() << Qt::endl << QString::fromLatin1("%1 server(s) found on the network.")
.arg(servers.size());
for (auto server : servers) {
qInfo().noquote() << QString::fromLatin1(" Network interface: %1, address: %2")