Skip to content
Snippets Groups Projects
  • Nicolas Werner's avatar
    cefe5fe7
    Fix copy and pasting image from clipboard · cefe5fe7
    Nicolas Werner authored
    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.
    cefe5fe7
    History
    Fix copy and pasting image from clipboard
    Nicolas Werner authored
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.