diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-04-15 12:22:19 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-04-15 12:22:19 +0000 |
| commit | fd84a9f73dd5fffebdf122a0ecd154281b701d52 (patch) | |
| tree | 17c373e5a1eb82da3fae0827c1c6915e2e704cd7 /source/QXmppUtils.h | |
| parent | ca824b7fe4b209f41072ac41ef263cd5c39da38b (diff) | |
| download | qxmpp-fd84a9f73dd5fffebdf122a0ecd154281b701d52.tar.gz | |
* move QImage-related code out of QXmppUtils
* make it possible to disable QtGui-dependent code
Diffstat (limited to 'source/QXmppUtils.h')
| -rw-r--r-- | source/QXmppUtils.h | 5 |
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 |
