Update samples/webrequest/webrequest.cpp

Co-Authored-By: TcT2k <TcT2k@users.noreply.github.com>
This commit is contained in:
Cătălin Răceanu 2018-11-02 15:56:25 +01:00 committed by Tobias Taschner
parent 0051bbd605
commit 58ad18adf3
No known key found for this signature in database
GPG Key ID: AE6ECD71294F87FD

View File

@ -220,7 +220,7 @@ public:
m_startButton->Disable();
// Start the request (events will be called on success or failure)
// Start the request (events will be sent on success or failure)
request->Start();
}