diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2013-04-07 13:40:00 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2013-04-07 13:40:00 (GMT) |
| commit | b4fb55f86e9add3248166278bb566f210dacf636 (patch) | |
| tree | 2a1fa8d339fdf03741998873a523258a87dea739 /src/gui/preview/PreviewView.h | |
| parent | 8d312ecdfadb7c68d00caf01effe0c1e0a45cb76 (diff) | |
| download | powder-b4fb55f86e9add3248166278bb566f210dacf636.zip powder-b4fb55f86e9add3248166278bb566f210dacf636.tar.gz | |
Allow signing out and editing profile from the old login button, add a button to edit avatar (directs to the website at the moment) Allow viewing profiles by clicking avatars
Diffstat (limited to 'src/gui/preview/PreviewView.h')
| -rw-r--r-- | src/gui/preview/PreviewView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/preview/PreviewView.h b/src/gui/preview/PreviewView.h index 2fef5ac..c01644c 100644 --- a/src/gui/preview/PreviewView.h +++ b/src/gui/preview/PreviewView.h @@ -23,6 +23,7 @@ class PreviewView: public ui::Window { class SubmitCommentAction; class LoginAction; class AutoCommentSizeAction; + class AvatarAction; PreviewController * c; VideoBuffer * savePreview; ui::Button * openButton; |
