diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-29 14:44:36 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-29 14:44:36 (GMT) |
| commit | 680a36549adaed0c3ce7e8906fadbdf190b0b3b0 (patch) | |
| tree | 21ca16411c1687bb212369a59c5f3de2a0cf023b /src/preview/PreviewController.h | |
| parent | 7c53ca7799832920066c23cfad2f1d7fa82233c7 (diff) | |
| download | powder-680a36549adaed0c3ce7e8906fadbdf190b0b3b0.zip powder-680a36549adaed0c3ce7e8906fadbdf190b0b3b0.tar.gz | |
Background retrieval of save info and save list.
Diffstat (limited to 'src/preview/PreviewController.h')
| -rw-r--r-- | src/preview/PreviewController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/preview/PreviewController.h b/src/preview/PreviewController.h index 452d686..e9b0fb5 100644 --- a/src/preview/PreviewController.h +++ b/src/preview/PreviewController.h @@ -27,6 +27,7 @@ public: bool GetDoOpen(); Save * GetSave(); PreviewView * GetView() { return previewView; } + void Update(); virtual ~PreviewController(); }; |
