diff options
Diffstat (limited to 'source/tests.h')
| -rw-r--r-- | source/tests.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/tests.h b/source/tests.h index efba1961..06bdc91c 100644 --- a/source/tests.h +++ b/source/tests.h @@ -48,3 +48,14 @@ private slots: void testSession(); }; +class TestJingle : public QObject +{ + Q_OBJECT + +private slots: + void testSession(); + void testTerminate(); + void testPayloadType(); + void testRinging(); +}; + |
