summary refs log tree commit diff
path: root/src/TextInputWidget.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2019-07-22 02:38:44 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2019-07-22 02:38:44 +0200
commitcefe5fe71945c89b7b65c6ed2cb127a404cf62f5 (patch)
tree64bb6b26deb0a65777e53ae04a52152a9cae9e33 /src/TextInputWidget.h
parentActually set attributes before starting the app (diff)
downloadnheko-cefe5fe71945c89b7b65c6ed2cb127a404cf62f5.tar.xz
Fix copy and pasting image from clipboard
If the QMimeData contains an image, it actually has a mime type of
application/x-qt-image. At least in some cases accessing the image/*
data returns a 0 length array. Accessing the data via ->imageData works
however. So we use that as our accessor and pass it to the preview
dialog.
Diffstat (limited to 'src/TextInputWidget.h')
-rw-r--r--src/TextInputWidget.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/TextInputWidget.h b/src/TextInputWidget.h

index 4a726364..71f794d1 100644 --- a/src/TextInputWidget.h +++ b/src/TextInputWidget.h
@@ -34,10 +34,6 @@ #include "popups/ReplyPopup.h" #include "popups/SuggestionsPopup.h" -namespace dialogs { -class PreviewUploadOverlay; -} - struct SearchResult; class FlatButton;