aboutsummaryrefslogtreecommitdiff
path: root/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chat.h b/chat.h
index 0fc6152..85a0096 100644
--- a/chat.h
+++ b/chat.h
@@ -2,6 +2,9 @@
#include <QObject>
#include <QColor>
+#include <QPixmap>
+
+#include <KNotification>
#include <deltachat.h>
@@ -28,6 +31,7 @@ public:
Q_INVOKABLE bool canSend();
Q_INVOKABLE bool isMuted();
Q_INVOKABLE int getVisibility();
+ Q_INVOKABLE void notifyNewMess();
private:
dc_chat_t *m_chat{nullptr};