summaryrefslogtreecommitdiffstats
path: root/examples/network/secureudpserver/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/secureudpserver/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/secureudpserver/mainwindow.h')
-rw-r--r--examples/network/secureudpserver/mainwindow.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/network/secureudpserver/mainwindow.h b/examples/network/secureudpserver/mainwindow.h
index 0c914f5021..b39d984d50 100644
--- a/examples/network/secureudpserver/mainwindow.h
+++ b/examples/network/secureudpserver/mainwindow.h
@@ -69,12 +69,10 @@ class MainWindow : public QMainWindow
Q_OBJECT
public:
-
MainWindow();
~MainWindow();
private slots:
-
void addErrorMessage(const QString &message);
void addWarningMessage(const QString &message);
void addInfoMessage(const QString &message);
@@ -85,7 +83,6 @@ private slots:
void on_quitButton_clicked();
private:
-
void updateUi();
Ui::MainWindow *ui = nullptr;