Initial support for read receipts
This commit is contained in:
parent
44ee1b549d
commit
eaf05748ff
19 changed files with 434 additions and 33 deletions
|
|
@ -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_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue