From fd84a9f73dd5fffebdf122a0ecd154281b701d52 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 15 Apr 2010 12:22:19 +0000 Subject: * move QImage-related code out of QXmppUtils * make it possible to disable QtGui-dependent code --- source/QXmppUtils.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/QXmppUtils.h') 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 -- cgit v1.2.3