Add a unique id for locally uploaded images
The event_id will be an empty string because we haven't received yet
This commit is contained in:
parent
d703377a0a
commit
ea22bdce18
2 changed files with 13 additions and 17 deletions
|
|
@ -53,9 +53,6 @@ protected:
|
|||
void mousePressEvent(QMouseEvent *event) override;
|
||||
void resizeEvent(QResizeEvent *event) override;
|
||||
|
||||
private slots:
|
||||
void imageDownloaded(const QString &event_id, const QPixmap &img);
|
||||
|
||||
private:
|
||||
void openUrl();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue