Skip to content

Commit

Permalink
tests: StreamInitiationIq: Fix usage qt keywords (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
melvo authored Feb 18, 2023
1 parent 98bfe93 commit 98c85ca
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/qxmppstreaminitiationiq/tst_qxmppstreaminitiationiq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ class tst_QXmppStreamInitiationIq : public QObject
{
Q_OBJECT

private slots:
void testFileInfo_data();
void testFileInfo();
void testOffer();
void testResult();
Q_SLOT void testFileInfo_data();
Q_SLOT void testFileInfo();
Q_SLOT void testOffer();
Q_SLOT void testResult();
};

void tst_QXmppStreamInitiationIq::testFileInfo_data()
Expand Down

0 comments on commit 98c85ca

Please sign in to comment.