From b36b77ceb53d02f1aea51b1dafb0b4b373b3ee70 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sat, 21 Jul 2012 16:34:09 +0200 Subject: deprecate QXmppPresence::Status --- tests/tests.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/tests.cpp') 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; -- cgit v1.2.3