summaryrefslogtreecommitdiff
path: root/src/preview/PreviewView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preview/PreviewView.h')
-rw-r--r--src/preview/PreviewView.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/preview/PreviewView.h b/src/preview/PreviewView.h
index 03a3a47..1a01f9b 100644
--- a/src/preview/PreviewView.h
+++ b/src/preview/PreviewView.h
@@ -14,6 +14,7 @@
namespace ui
{
class ScrollPanel;
+ class AvatarButton;
}
class PreviewModel;
@@ -32,6 +33,7 @@ class PreviewView: public ui::Window {
ui::Textbox * addCommentBox;
ui::Label * saveNameLabel;
ui::Label * authorDateLabel;
+ ui::AvatarButton * avatarButton;
ui::Label * pageInfo;
ui::Label * saveDescriptionLabel;
ui::Label * viewsLabel;
@@ -42,6 +44,7 @@ class PreviewView: public ui::Window {
int votesUp;
int votesDown;
bool doOpen;
+ bool showAvatars;
int commentBoxHeight;
float commentBoxPositionX;