summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qdnd_x11.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed handling of XA_PIXMAP format type in QClipboard on X11.Denis Dzyubenko2009-05-051-18/+5
| | | | | | | | | | | When requesting image/ppm type we didn't return the proper pixmap because type 'PIXMAP' is not a proper image format name, but a reserved atom, so the fix is to remove redundant check that was triggered before we entered the actual function that tries to convert the clipboard content. Task-number: 252501 Reviewed-by: Brad
* Long live Qt!Lars Knoll2009-03-231-0/+2064