aboutsummaryrefslogtreecommitdiff
path: root/message.h
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-11-02 12:29:39 +0100
committerMiquel Lionel <lionel@les-miquelots.net>2021-11-02 12:29:39 +0100
commit09dbd21fef6c18bb79f5dd1b0c73a02dd9fba92d (patch)
tree5df86ed1844c51648db36a88fae324d442b9279f /message.h
parent3ef429a1b6759d6fe84cc44ed7dea51a3c8be799 (diff)
downloadkdeltachat-09dbd21fef6c18bb79f5dd1b0c73a02dd9fba92d.tar.gz
kdeltachat-09dbd21fef6c18bb79f5dd1b0c73a02dd9fba92d.zip
Videochat message displayed, rm actions dups
- message.*, qml/Message.qml: Videochat invitation message send from the original DeltaChat app are displayed. Currently, it's best if the chat instance use http or https scheme, since it'll normally open in a browser - qml/ComposePane.qml : We made Shorcuts and actions are needed anymore, no need for duplicates - qml/main.qml: Fix shortcut help for opening Settings page, it's Shift+Tab not Shift+S.
Diffstat (limited to 'message.h')
-rw-r--r--message.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/message.h b/message.h
index ff58b54..8e51585 100644
--- a/message.h
+++ b/message.h
@@ -21,6 +21,7 @@ class DcMessage : public QObject {
Q_PROPERTY(QString file READ getFile WRITE setFile)
Q_PROPERTY(QString fileReadOnly READ getFile CONSTANT)
Q_PROPERTY(QString filename READ getFilename CONSTANT)
+ Q_PROPERTY(QString videochatUrl READ getVideochatUrl CONSTANT)
Q_PROPERTY(int width READ getWidth CONSTANT)
Q_PROPERTY(int height READ getHeight CONSTANT)
Q_PROPERTY(bool showPadlock READ getShowPadlock CONSTANT)
@@ -52,6 +53,7 @@ public:
Q_INVOKABLE QString getText();
Q_INVOKABLE QString getSubject();
QString getFile();
+ QString getVideochatUrl();
QString getFilename();
QString getFilemime();
//uint64_t getFilebytes();