aboutsummaryrefslogtreecommitdiff
path: root/lib/avatar.h
diff options
context:
space:
mode:
authorBlack Hat <bhat@encom.eu.org>2018-09-16 18:54:12 +0800
committerBlack Hat <bhat@encom.eu.org>2018-09-16 18:54:12 +0800
commite3908964948892633f09cec0df8c5b4d149c9ac7 (patch)
tree527375f781d90d9b7f4535f05fb1c7d3b812ef43 /lib/avatar.h
parent52931841d816e2fd128579ef7e51eec1cbd0bb09 (diff)
downloadlibquotient-e3908964948892633f09cec0df8c5b4d149c9ac7.tar.gz
libquotient-e3908964948892633f09cec0df8c5b4d149c9ac7.zip
Remove default avatar.
Diffstat (limited to 'lib/avatar.h')
-rw-r--r--lib/avatar.h4
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&&);