summaryrefslogtreecommitdiffstats
path: root/examples/network/secureudpclient/mainwindow.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/mainwindow.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/mainwindow.h')
-rw-r--r--examples/network/secureudpclient/mainwindow.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/network/secureudpclient/mainwindow.h b/examples/network/secureudpclient/mainwindow.h
index b231b44627..0d443fd376 100644
--- a/examples/network/secureudpclient/mainwindow.h
+++ b/examples/network/secureudpclient/mainwindow.h
@@ -76,7 +76,6 @@ class MainWindow : public QMainWindow
Q_OBJECT
public:
-
explicit MainWindow(QWidget *parent = nullptr);
~MainWindow();
@@ -94,7 +93,6 @@ private slots:
void lookupFinished(const QHostInfo &hostInfo);
private:
-
void updateUi();
void startNewConnection(const QHostAddress &address);