mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
plasma: remove TODO related to clipboard
clipboard should be supported on all platforms Katie supports Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f9d58bcec1
commit
4881dad865
1 changed files with 0 additions and 1 deletions
|
@ -1186,7 +1186,6 @@ void ContainmentPrivate::dropData(QPointF scenePos, QPoint screenPos, QGraphicsS
|
|||
} else {
|
||||
QClipboard *clipboard = QApplication::clipboard();
|
||||
mimeData = clipboard->mimeData(QClipboard::Selection);
|
||||
//TODO if that's not supported (ie non-linux) should we try clipboard instead of selection?
|
||||
}
|
||||
|
||||
if (!mimeData) {
|
||||
|
|
Loading…
Add table
Reference in a new issue