aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppUtils.h')
-rw-r--r--source/QXmppUtils.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/QXmppUtils.h b/source/QXmppUtils.h
index 8479a29b..5d7fd5f5 100644
--- a/source/QXmppUtils.h
+++ b/source/QXmppUtils.h
@@ -35,7 +35,6 @@
class QByteArray;
class QDateTime;
class QString;
-class QImage;
// XEP-0082: XMPP Date and Time Profiles
QDateTime datetimeFromString(const QString &str);
@@ -55,8 +54,4 @@ void helperToXmlAddNumberElement(QXmlStreamWriter* stream, const QString& name,
QString escapeString(const QString& str);
QString unescapeString(const QString& str);
-QString getImageType(const QByteArray& image);
-QString getImageHash(const QByteArray& image);
-QImage getImageFromByteArray(const QByteArray& image);
-
#endif // QXMPPUTILS_H