aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@digia.com>2013-04-11 09:05:13 +0200
committerMorten Johan Sørvig <morten.sorvig@digia.com>2013-04-11 14:05:52 +0200
commit671ebc828ed2fd5e29d6812929f82764a690fdd8 (patch)
treee38bd40b1dbab3519c20c3451dc0d164c4f1ef0b
parent821fee46acba9da0f8e58e85c66ee89af06ac9af (diff)
Final QMacPasteboardMime renaming.
Change-Id: Ifabab8a9b722b6111a020421144e3647e7ee015b Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-rw-r--r--src/macextras/qmacpasteboardmime.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/macextras/qmacpasteboardmime.mm b/src/macextras/qmacpasteboardmime.mm
index 3137b67..777e514 100644
--- a/src/macextras/qmacpasteboardmime.mm
+++ b/src/macextras/qmacpasteboardmime.mm
@@ -52,13 +52,13 @@ extern QPlatformNativeInterface::NativeResourceForIntegrationFunction resolvePla
/*!
\fn void qRegisterDraggedTypes(const QStringList &types)
- \relates QtMacPasteboardMime
+ \relates QMacPasteboardMime
Registers the given \a types as custom pasteboard types.
This function should be called to enable the Drag and Drop events
for custom pasteboard types on Cocoa implementations. This is required
- in addition to a QtMacPasteboardMime subclass implementation. By default
+ in addition to a QMacPasteboardMime subclass implementation. By default
drag and drop is enabled for all standard pasteboard types.
\sa QMacPasteboardMime