diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2010-11-01 01:22:38 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-11-01 01:22:38 (GMT) |
commit | 0d5e900da30192872cbfba98d81f6b0932d94821 (patch) | |
tree | 34322764293bd0ce9fee4a483e0b2c4fade99d7c /src/corelib | |
parent | 349b6c734aa7af85f3709312325c3b2e9abdad2b (diff) | |
download | Qt-0d5e900da30192872cbfba98d81f6b0932d94821.zip Qt-0d5e900da30192872cbfba98d81f6b0932d94821.tar.gz Qt-0d5e900da30192872cbfba98d81f6b0932d94821.tar.bz2 |
Fix a few typos in comments and docs.
Task-number: QTBUG-13714
Reviewed-by: Trust Me
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/kernel/qmimedata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qmimedata.cpp b/src/corelib/kernel/qmimedata.cpp index bf4001a..899ca7b 100644 --- a/src/corelib/kernel/qmimedata.cpp +++ b/src/corelib/kernel/qmimedata.cpp @@ -249,7 +249,7 @@ QVariant QMimeDataPrivate::retrieveTypedData(const QString &format, QVariant::Ty \o We can subclass QMimeData and reimplement hasFormat(), formats(), and retrieveData(). - \o If the drag and drop operation occurs withing a single + \o If the drag and drop operation occurs within a single application, we can subclass QMimeData and add extra data in it, and use a qobject_cast() in the receiver's drop event handler. For example: |