Engauge Digitizer 2
Loading...
Searching...
No Matches
Public Slots | Public Member Functions | List of all members
NetworkClient Class Reference

Client for interacting with Engauge server. More...

#include <NetworkClient.h>

Inheritance diagram for NetworkClient:

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.
 

Detailed Description

Client for interacting with Engauge server.

Definition at line 16 of file NetworkClient.h.

Constructor & Destructor Documentation

◆ NetworkClient()

NetworkClient::NetworkClient ( QObject *  parent)

Single constructor.

Definition at line 14 of file NetworkClient.cpp.

Member Function Documentation

◆ slotFinished

void NetworkClient::slotFinished ( QNetworkReply *  reply)
slot

Cleanup after response is returned.

Definition at line 40 of file NetworkClient.cpp.

◆ uploadErrorReport()

void NetworkClient::uploadErrorReport ( const QString &  report)

Upload the error report asynchronously.

Definition at line 45 of file NetworkClient.cpp.


The documentation for this class was generated from the following files: