aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-21 16:34:09 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-21 16:34:09 +0200
commitb36b77ceb53d02f1aea51b1dafb0b4b373b3ee70 (patch)
treee2bdf1d014271ec6cd48bc31e6061ca783f0624d /tests/tests.cpp
parente8f3edc023e3d3da523a688c2d80fccbf37c4a79 (diff)
downloadqxmpp-b36b77ceb53d02f1aea51b1dafb0b4b373b3ee70.tar.gz
deprecate QXmppPresence::Status
Diffstat (limited to 'tests/tests.cpp')
-rw-r--r--tests/tests.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tests.cpp b/tests/tests.cpp
index 46e04aab..bf394d8e 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -1190,6 +1190,9 @@ int main(int argc, char *argv[])
{
QCoreApplication app(argc, argv);
+ QXmppPresence pres;
+ pres.availableStatusType();
+
// run tests
int errors = 0;