aboutsummaryrefslogtreecommitdiff
path: root/examples/example_9_vCard
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example_9_vCard')
-rw-r--r--examples/example_9_vCard/example_9_vCard.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/example_9_vCard/example_9_vCard.h b/examples/example_9_vCard/example_9_vCard.h
index f0f4a8a3..dbaac65c 100644
--- a/examples/example_9_vCard/example_9_vCard.h
+++ b/examples/example_9_vCard/example_9_vCard.h
@@ -19,7 +19,6 @@ public:
xmppClient(QObject *parent = nullptr);
~xmppClient() override;
-public slots:
void clientConnected();
void rosterReceived();
void vCardReceived(const QXmppVCardIq &);