aboutsummaryrefslogtreecommitdiff
path: root/contact.h
diff options
context:
space:
mode:
authorlink2xt <link2xt@testrun.org>2021-08-15 00:00:58 +0000
committerlink2xt <link2xt@testrun.org>2021-08-15 00:00:58 +0000
commitf0e9eb6f6b4bd57532966310e1fdf88ee4f1eb53 (patch)
tree529a7acbfbaba25fb99d6a5977e063deb9a75001 /contact.h
parent07b762aca4f93ab523fa84c7ddea5abf3e0bb1de (diff)
downloadkdeltachat-f0e9eb6f6b4bd57532966310e1fdf88ee4f1eb53.tar.gz
kdeltachat-f0e9eb6f6b4bd57532966310e1fdf88ee4f1eb53.zip
Add DcContact::getProfileImage
Diffstat (limited to 'contact.h')
-rw-r--r--contact.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contact.h b/contact.h
index e309b43..82a6e00 100644
--- a/contact.h
+++ b/contact.h
@@ -22,6 +22,7 @@ public:
QString getAddr();
QString getName();
QString getDisplayName();
+ Q_INVOKABLE QString getProfileImage();
QColor getColor();
private: