summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-07 20:42:32 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-07 20:42:32 +0200
commitea22bdce189ccd08155c5eeb7806fbeba6713d90 (patch)
tree0d674b6d67be019cd33a5a6f37fea54a407f3e17 /include
parentAdd missing header (diff)
downloadnheko-ea22bdce189ccd08155c5eeb7806fbeba6713d90.tar.xz
Add a unique id for locally uploaded images
The event_id will be an empty string because we haven't received yet
Diffstat (limited to 'include')
-rw-r--r--include/timeline/widgets/ImageItem.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/timeline/widgets/ImageItem.h b/include/timeline/widgets/ImageItem.h

index a95104fb..210394bc 100644 --- a/include/timeline/widgets/ImageItem.h +++ b/include/timeline/widgets/ImageItem.h
@@ -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();