aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-13 17:00:58 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-13 17:00:58 +0000
commit174735b46026f9aeb62ddede04f6c0be7fa2418f (patch)
treef79171ef968327eab6b9103613bc130108e55ec3 /tests/tests.h
parent0acf07023dca6b6d35c347cb28dce44a04363019 (diff)
downloadqxmpp-174735b46026f9aeb62ddede04f6c0be7fa2418f.tar.gz
add QXmppStreamFeatures
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h
index 0e177f1b..b8b56f59 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -47,6 +47,7 @@ private slots:
void testPresence();
void testPresenceFull();
void testSession();
+ void testStreamFeatures();
};
class TestJingle : public QObject