diff options
author | David Boddie <dboddie@trolltech.com> | 2010-03-04 17:11:33 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2010-03-04 17:11:33 (GMT) |
commit | 85655807c660b9252795648384b8f629ce533c5e (patch) | |
tree | 0e9cf5bcb16306388623f5d074ce6f7ab2ad4f2f /src/gui/kernel/qclipboard.cpp | |
parent | 5aca5d430a6e626e3899925bf92b75e4906b6cd8 (diff) | |
download | Qt-85655807c660b9252795648384b8f629ce533c5e.zip Qt-85655807c660b9252795648384b8f629ce533c5e.tar.gz Qt-85655807c660b9252795648384b8f629ce533c5e.tar.bz2 |
Doc: Added a note about the lack of standard file copy/paste on X11.
Reviewed-by: Trust Me
Reported-by: Pierre Rossi
Diffstat (limited to 'src/gui/kernel/qclipboard.cpp')
-rw-r--r-- | src/gui/kernel/qclipboard.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/kernel/qclipboard.cpp b/src/gui/kernel/qclipboard.cpp index a59bb98..f7c0b6e 100644 --- a/src/gui/kernel/qclipboard.cpp +++ b/src/gui/kernel/qclipboard.cpp @@ -107,6 +107,12 @@ QT_BEGIN_NAMESPACE store or retrieve the clipboard contents in response to timer or non-user-input events. + \i Since there is no standard way to copy and paste files between + applications on X11, various MIME types and conventions are currently + in use. For instance, Nautilus expects files to be supplied with a + \c{x-special/gnome-copied-files} MIME type with data beginning with + the cut/copy action, a newline character, and the URL of the file. + \endlist \section1 Notes for Mac OS X Users |