Remove const from QPlatformClipboard::mimeData().
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>
Tue, 10 May 2011 08:09:44 +0000 (10:09 +0200)
committerLaszlo Agocs <laszlo.p.agocs@nokia.com>
Tue, 10 May 2011 08:09:44 +0000 (10:09 +0200)
commite7c4b1453326ff969a1f53d8d2513801bcf456b0
tree91cd1adb5cc602ffb0ed175508b913e13d12b15d
parent451c5907ab3d2529ebbe47a0884b3b426377a063
Remove const from QPlatformClipboard::mimeData().

Most implementations will anyway do non-const operations in there, the
change avoids the need for const_cast or mutable.
src/plugins/platforms/wayland/qwaylandclipboard.cpp
src/plugins/platforms/wayland/qwaylandclipboard.h