Multiple simultaneous request support to Communication
[qtmeetings] / tests / IO / Communication / TestCommunication.h
index 1fd9e4d..835234d 100644 (file)
@@ -13,9 +13,9 @@ private slots:
        void cleanupTestCase();
        void testPublicSignals();
     void testRequestAndResponse();
-       void requestFinished( int aRequestId, QHttp::Error aError );
+       void requestFinished( int aRequestId, int aError );
 
 private:
        Communication* iComm;
-       int iRequestId;
+       int iRequestId, iError;
 };