Rename Results => NetworkState.
This commit is contained in:
parent
9e9cddedc5
commit
8e08df2fd2
9 changed files with 34 additions and 33 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
class ApiState;
|
||||
class Hashrate;
|
||||
class Results;
|
||||
class NetworkState;
|
||||
|
||||
|
||||
class Api
|
||||
|
@ -41,7 +41,7 @@ public:
|
|||
|
||||
static const char *get(const char *url, size_t *size, int *status);
|
||||
static void tick(const Hashrate *hashrate);
|
||||
static void tick(const Results &results);
|
||||
static void tick(const NetworkState &results);
|
||||
|
||||
private:
|
||||
static ApiState *m_state;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue