summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-21 17:16:29 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-21 17:16:29 +0300
commitfa83ae1cf82d86307991418e70d9a51b219f082c (patch)
tree41a706fc038ae6317d31537e22146cc77be9741d /include
parentAdd initial read-only emoji support (diff)
downloadnheko-fa83ae1cf82d86307991418e70d9a51b219f082c.tar.xz
Add logo icons
Diffstat (limited to 'include')
-rw-r--r--include/RegisterPage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/RegisterPage.h b/include/RegisterPage.h

index 3e35959f..578ff902 100644 --- a/include/RegisterPage.h +++ b/include/RegisterPage.h
@@ -24,6 +24,7 @@ #include <QVBoxLayout> #include <QWidget> +#include "Avatar.h" #include "FlatButton.h" #include "InputValidator.h" #include "MatrixClient.h" @@ -55,7 +56,7 @@ private: QHBoxLayout *logo_layout_; QHBoxLayout *button_layout_; - QLabel *logo_; + Avatar *logo_; QLabel *error_label_; FlatButton *back_button_;