summaryrefslogtreecommitdiffstats
path: root/examples/network/secureudpclient/addressdialog.h
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@qt.io>2018-08-06 12:05:26 +0200
committerTimur Pocheptsov <timur.pocheptsov@qt.io>2018-08-09 03:52:13 +0000
commit5b8d5c7493259544f853eb2732cca2829c0f67ca (patch)
treeba8a06551d7241869f8255d8a3a7cdf33cc87721 /examples/network/secureudpclient/addressdialog.h
parent4c089601d7982bb45080d57b3399ed0653f69dd1 (diff)
Document DTLS examples
Task-number: QTBUG-68070 Change-Id: I2b08322049005b02f1ed680bee21992ade16813a Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'examples/network/secureudpclient/addressdialog.h')
-rw-r--r--examples/network/secureudpclient/addressdialog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/network/secureudpclient/addressdialog.h b/examples/network/secureudpclient/addressdialog.h
index 7c5e2e03e8..43792faa4b 100644
--- a/examples/network/secureudpclient/addressdialog.h
+++ b/examples/network/secureudpclient/addressdialog.h
@@ -69,7 +69,6 @@ class AddressDialog : public QDialog
Q_OBJECT
public:
-
explicit AddressDialog(QWidget *parent = nullptr);
~AddressDialog();
@@ -77,7 +76,6 @@ public:
quint16 remotePort() const;
private:
-
void setupHostSelector();
void setupPortSelector();