diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 16:34:09 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 16:34:09 +0200 |
| commit | b36b77ceb53d02f1aea51b1dafb0b4b373b3ee70 (patch) | |
| tree | e2bdf1d014271ec6cd48bc31e6061ca783f0624d /tests/tests.cpp | |
| parent | e8f3edc023e3d3da523a688c2d80fccbf37c4a79 (diff) | |
| download | qxmpp-b36b77ceb53d02f1aea51b1dafb0b4b373b3ee70.tar.gz | |
deprecate QXmppPresence::Status
Diffstat (limited to 'tests/tests.cpp')
| -rw-r--r-- | tests/tests.cpp | 3 |
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; |
