diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-31 18:49:08 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-31 18:49:08 (GMT) |
| commit | 1d258eab6b0ec3740d634f014af5dbff882e0069 (patch) | |
| tree | 956d446f144415d4f188dcca17c7dffba08851c2 /src/client/Client.h | |
| parent | 303b546ceb134df48763730cbfd8ce7b6df008a2 (diff) | |
| download | powder-1d258eab6b0ec3740d634f014af5dbff882e0069.zip powder-1d258eab6b0ec3740d634f014af5dbff882e0069.tar.gz | |
ThumbnailBroker for background retrieval and rendering
Diffstat (limited to 'src/client/Client.h')
| -rw-r--r-- | src/client/Client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/Client.h b/src/client/Client.h index d7e1afb..ccf62f3 100644 --- a/src/client/Client.h +++ b/src/client/Client.h @@ -42,6 +42,7 @@ public: UpdateInfo(int time, std::string file, BuildType type) : Major(0), Minor(0), Build(0), Time(time), File(file), Type(type) {} }; +class ThumbnailListener; class ClientListener; class Client: public Singleton<Client> { private: @@ -74,6 +75,7 @@ private: //Config file handle json::Object configDocument; public: + vector<ClientListener*> listeners; UpdateInfo GetUpdateInfo(); |
