Engauge Digitizer 2
|
Client for interacting with Engauge server. More...
#include <NetworkClient.h>
Public Slots | |
void | slotFinished (QNetworkReply *) |
Cleanup after response is returned. |
Public Member Functions | |
NetworkClient (QObject *parent) | |
Single constructor. | |
void | uploadErrorReport (const QString &report) |
Upload the error report asynchronously. |
Client for interacting with Engauge server.
Definition at line 16 of file NetworkClient.h.
NetworkClient::NetworkClient | ( | QObject * | parent | ) |
Single constructor.
Definition at line 14 of file NetworkClient.cpp.
|
slot |
Cleanup after response is returned.
Definition at line 40 of file NetworkClient.cpp.
void NetworkClient::uploadErrorReport | ( | const QString & | report | ) |
Upload the error report asynchronously.
Definition at line 45 of file NetworkClient.cpp.