diff options
author | Black Hat <bhat@encom.eu.org> | 2018-09-16 18:54:12 +0800 |
---|---|---|
committer | Black Hat <bhat@encom.eu.org> | 2018-09-16 18:54:12 +0800 |
commit | e3908964948892633f09cec0df8c5b4d149c9ac7 (patch) | |
tree | 527375f781d90d9b7f4535f05fb1c7d3b812ef43 /lib/avatar.h | |
parent | 52931841d816e2fd128579ef7e51eec1cbd0bb09 (diff) | |
download | libquotient-e3908964948892633f09cec0df8c5b4d149c9ac7.tar.gz libquotient-e3908964948892633f09cec0df8c5b4d149c9ac7.zip |
Remove default avatar.
Diffstat (limited to 'lib/avatar.h')
-rw-r--r-- | lib/avatar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/avatar.h b/lib/avatar.h index 0166ae9e..c86345e3 100644 --- a/lib/avatar.h +++ b/lib/avatar.h @@ -31,8 +31,8 @@ namespace QMatrixClient class Avatar { public: - explicit Avatar(QIcon defaultIcon = {}); - explicit Avatar(QUrl url, QIcon defaultIcon = {}); + explicit Avatar(); + explicit Avatar(QUrl url); Avatar(Avatar&&); ~Avatar(); Avatar& operator=(Avatar&&); |