aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/GuiClient/utils.h')
-rw-r--r--examples/GuiClient/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/GuiClient/utils.h b/examples/GuiClient/utils.h
index 195f2ee6..1b64d0eb 100644
--- a/examples/GuiClient/utils.h
+++ b/examples/GuiClient/utils.h
@@ -42,4 +42,6 @@ QString getImageHash(const QByteArray& image);
QImage getImageFromByteArray(const QByteArray& image);
QString getImageType1(const QByteArray& image);
+bool isValidBareJid(const QString& bareJid);
+
#endif // CLIENTUTILS_H