summaryrefslogtreecommitdiffstats
path: root/examples/knx/knxproj/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/knx/knxproj/main.cpp')
-rw-r--r--examples/knx/knxproj/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/knx/knxproj/main.cpp b/examples/knx/knxproj/main.cpp
index d838bbf..3781a98 100644
--- a/examples/knx/knxproj/main.cpp
+++ b/examples/knx/knxproj/main.cpp
@@ -55,7 +55,7 @@ int main(int argc, char *argv[])
bool verbose = cliParser.isSet(verboseOption);
if (!cliParser.isSet(projFilePathOption)) {
- qInfo() << "Error: Missing project file name" << endl;
+ qInfo() << "Error: Missing project file name" << Qt::endl;
cliParser.showHelp(EXIT_FAILURE);
}
@@ -93,7 +93,7 @@ int main(int argc, char *argv[])
qInfo().noquote() << QString::fromLatin1(" %1: %2")
.arg(addInfo.name()).arg(addInfo.address().toString());
}
- qInfo() << endl;
+ qInfo() << Qt::endl;
}
}