summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2018-03-07 17:27:33 +0100
committerKarsten Heimrich <karsten.heimrich@qt.io>2018-03-09 10:23:48 +0000
commit1bafb23624b600cc87664905c55b283d7209be97 (patch)
tree4508ebc5cf763f9d673fbe86118a28f945a6bbe8 /examples
parent9c92de439d814140d4299c0875bbf8ccdc0e6be2 (diff)
Cleanup the QKnxNetIP struct class and dependent code
* Remove the dependency on QKnxNetIpPayload, use QKnxByteArray * Remove superfluous toString() method and QDataStream operator * Adapt derived class implementations and auto-tests Change-Id: I5644d005ca2b74735c036497b2254199f6f45c40 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/knx/knxeditor/mainwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/knx/knxeditor/mainwindow.cpp b/examples/knx/knxeditor/mainwindow.cpp
index 76db29c..f264184 100644
--- a/examples/knx/knxeditor/mainwindow.cpp
+++ b/examples/knx/knxeditor/mainwindow.cpp
@@ -243,7 +243,6 @@ void MainWindow::newIPAddressSelected(int localIpBoxIndex)
void MainWindow::showServerAndServices(const QKnxNetIpServerInfo &info)
{
ui->outputEdit->append(tr("Server Endpoint found"));
- ui->outputEdit->append(info.endpoint().toString());
ui->outputEdit->append(tr("Server's Multicast Address"));
ui->outputEdit->append(info.controlEndpointAddress().toString());
ui->outputEdit->append(tr("Server's Port"));