diff options
Diffstat (limited to 'src/preview/PreviewView.h')
| -rw-r--r-- | src/preview/PreviewView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/preview/PreviewView.h b/src/preview/PreviewView.h index ac17df5..e788210 100644 --- a/src/preview/PreviewView.h +++ b/src/preview/PreviewView.h @@ -21,6 +21,7 @@ class PreviewView: public ui::Window { Thumbnail * savePreview; ui::Button * openButton; ui::Label * saveNameLabel; + ui::Label * authorDateLabel; public: void AttachController(PreviewController * controller) { c = controller;} PreviewView(); |
