Initial support for read receipts

This commit is contained in:
Konstantinos Sideris 2018-01-03 18:05:49 +02:00
parent 44ee1b549d
commit eaf05748ff
19 changed files with 434 additions and 33 deletions

View file

@ -18,6 +18,7 @@
#pragma once
#include <QGraphicsOpacityEffect>
#include <QKeyEvent>
#include <QPaintEvent>
#include <QPropertyAnimation>
@ -37,6 +38,7 @@ public:
protected:
void paintEvent(QPaintEvent *event) override;
void keyPressEvent(QKeyEvent *event) override;
private:
int duration_;