summary refs log tree commit diff
path: root/src/RegisterPage.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-28 21:11:40 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-28 21:11:40 +0300
commite224440f5df4e39df3fed5f30e13c773a65fe01b (patch)
tree2c8c41b45da6a78e5638a76d6cecc566d239afc2 /src/RegisterPage.cc
parentSave the changes between syncs in cache (diff)
downloadnheko-e224440f5df4e39df3fed5f30e13c773a65fe01b.tar.xz
Display user avatar changes
Diffstat (limited to 'src/RegisterPage.cc')
-rw-r--r--src/RegisterPage.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RegisterPage.cc b/src/RegisterPage.cc

index d8186f65..304a7dc0 100644 --- a/src/RegisterPage.cc +++ b/src/RegisterPage.cc
@@ -15,13 +15,13 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "RegisterPage.h" #include "Avatar.h" #include "Config.h" #include "FlatButton.h" #include "InputValidator.h" #include "MatrixClient.h" #include "RaisedButton.h" -#include "RegisterPage.h" #include "TextField.h" RegisterPage::RegisterPage(QSharedPointer<MatrixClient> client, QWidget *parent)