aboutsummaryrefslogtreecommitdiff
path: root/examples/example_1_echoClient/example_1_echoClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example_1_echoClient/example_1_echoClient.h')
-rw-r--r--examples/example_1_echoClient/example_1_echoClient.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/example_1_echoClient/example_1_echoClient.h b/examples/example_1_echoClient/example_1_echoClient.h
index af94f091..4205ab70 100644
--- a/examples/example_1_echoClient/example_1_echoClient.h
+++ b/examples/example_1_echoClient/example_1_echoClient.h
@@ -15,7 +15,6 @@ public:
echoClient(QObject *parent = nullptr);
~echoClient() override;
-public slots:
void messageReceived(const QXmppMessage &);
};