diff options
Diffstat (limited to 'avatar.h')
-rw-r--r-- | avatar.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ namespace QMatrixClient { public: explicit Avatar(QIcon defaultIcon = {}); - Avatar(QUrl url, QIcon defaultIcon = {}); + explicit Avatar(QUrl url, QIcon defaultIcon = {}); Avatar(Avatar&&); ~Avatar(); Avatar& operator=(Avatar&&); |