mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 15:40:36 +02:00
updated comments
This commit is contained in:
parent
0e2922f673
commit
8c137c391f
@ -23,7 +23,7 @@ RequestManager::RequestManager(QObject *parent)
|
||||
|
||||
|
||||
/**
|
||||
* @brief Soap::downloadRequest
|
||||
* @brief Soap::processRequest
|
||||
* @param soapRequest
|
||||
*/
|
||||
void RequestManager::processRequest(const std::shared_ptr<Request>& request)
|
||||
|
||||
@ -116,7 +116,7 @@ void SoapTest::public_soap_test()
|
||||
//Uncoment to write .xml response to cmd folder
|
||||
// QFile fileWrite(Utils::sourcePath("test/cmd/tst_soap-response.xml"));
|
||||
// QVERIFY(fileWrite.open(QIODevice::WriteOnly));
|
||||
// fileWrite.write(req->data());
|
||||
// fileWrite.write(req->responseData());
|
||||
// fileWrite.close();
|
||||
QProcess process;
|
||||
process.start("hostname");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user