diff options
Diffstat (limited to 'src/preview/PreviewView.h')
| -rw-r--r-- | src/preview/PreviewView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/preview/PreviewView.h b/src/preview/PreviewView.h index 7b85ea5..2e94b85 100644 --- a/src/preview/PreviewView.h +++ b/src/preview/PreviewView.h @@ -21,6 +21,7 @@ class PreviewModel; class PreviewController; class PreviewView: public ui::Window { + class SubmitCommentAction; class LoginAction; class AutoCommentSizeAction; PreviewController * c; @@ -56,6 +57,7 @@ class PreviewView: public ui::Window { void displayComments(int yOffset); void commentBoxAutoHeight(); + void submitComment(); public: void AttachController(PreviewController * controller) { c = controller;} PreviewView(); |
