aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-20 19:26:25 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-20 19:26:25 +0200
commit4744c86519fdf69023d21f47d70722246f72b679 (patch)
tree11c34df1315f3f0fdd2d360dab28f6536d7a15ab /tests/tests.h
parentde61ab48e3fbe594494bd9f540e44c82505e74fb (diff)
downloadqxmpp-4744c86519fdf69023d21f47d70722246f72b679.tar.gz
hide QXmppCodec
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/tests.h b/tests/tests.h
index 640405e0..b6f2eeab 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -88,15 +88,6 @@ private slots:
void testEntityTimeResult();
};
-class TestCodec : public QObject
-{
- Q_OBJECT
-
-private slots:
- void testTheoraDecoder();
- void testTheoraEncoder();
-};
-
class TestJingle : public QObject
{
Q_OBJECT