[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gambas-bugtracker] Bug #3196: Allow Clipboard to Cut and Paste items of type x-special/gnome-copied-files


http://gambaswiki.org/bugtracker/edit?object=BUG.3196&from=L21haW4-

Comment #5 by Benoît MINISINI:

The equivalent of:

data->setData(QStringLiteral("application/x-kde-cutselection"), QByteArrayLiteral("1"));

should be:

Clipboard.Copy(Chr$(1), "application/x-kde-cutselection")

But it must be verified!



----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----