diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-09-13 21:39:01 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-09-13 21:39:01 (GMT) |
| commit | 5b52ac3675f08f9f16f44f530df8877ad6c64f2e (patch) | |
| tree | d1b087ac413010f4248ddb4f6cb07a9f3f7ebbe3 /src/preview/PreviewController.h | |
| parent | a11cd592cb9b985298dd16be78dec10226bf3e47 (diff) | |
| download | powder-5b52ac3675f08f9f16f44f530df8877ad6c64f2e.zip powder-5b52ac3675f08f9f16f44f530df8877ad6c64f2e.tar.gz | |
Save history and new multiline formatter
Diffstat (limited to 'src/preview/PreviewController.h')
| -rw-r--r-- | src/preview/PreviewController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/preview/PreviewController.h b/src/preview/PreviewController.h index c04a07f..c8c3f8e 100644 --- a/src/preview/PreviewController.h +++ b/src/preview/PreviewController.h @@ -19,6 +19,7 @@ class PreviewModel; class PreviewView; class PreviewController: public ClientListener { int saveId; + int saveDate; PreviewModel * previewModel; PreviewView * previewView; LoginController * loginWindow; @@ -29,6 +30,7 @@ public: bool HasExited; PreviewController(int saveID, ControllerCallback * callback); + PreviewController(int saveID, int saveDate, ControllerCallback * callback); void Exit(); void DoOpen(); void OpenInBrowser(); |
