PDA

View Full Version : QClipboard



jc
4th January 2012, 23:28
Does anyone know of a way to programatically delete a specific item from the clipboard? That is, say 10 minutes after: QApplication::clipboard()->setText("XXX"), is there a way to remove "XXX" from the clipboard?

wysota
10th January 2012, 17:11
QClipboard::clear()