aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2013-10-24 20:05:33 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-29 11:50:59 +0100
commit1cdedd6ddade5aa6d0dadc26c4e6af2a9186a203 (patch)
treebca327f3f2ba6956604fc3f49cb817654484c7d7
parent916bf33706a43a9a3451623fbd44f2f43cdd401e (diff)
Change camel-case header <QMacFunctions> to <QtMac>
Name the header after its namespace, to reduce the number of names developers must remember. Change-Id: I433263d8a0d70993d5929adeb1198f3e05df8b36 Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com> Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
-rw-r--r--src/macextras/qmacfunctions.h2
-rw-r--r--src/macextras/qmacfunctions.mm2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/macextras/qmacfunctions.h b/src/macextras/qmacfunctions.h
index 7ab0cdd..20fd8cb 100644
--- a/src/macextras/qmacfunctions.h
+++ b/src/macextras/qmacfunctions.h
@@ -43,7 +43,7 @@
#define QMACFUNCTIONS_H
#if 0
-#pragma qt_class(QMacFunctions)
+#pragma qt_class(QtMac)
#endif
#include "qmacextrasglobal.h"
diff --git a/src/macextras/qmacfunctions.mm b/src/macextras/qmacfunctions.mm
index 3484bbc..a026fd0 100644
--- a/src/macextras/qmacfunctions.mm
+++ b/src/macextras/qmacfunctions.mm
@@ -59,7 +59,7 @@ QT_BEGIN_NAMESPACE
\inmodule QtMacExtras
\since 5.2
\brief The QtMac namespace contains miscellaneous functionality specific to Mac OS X and iOS operating systems.
- \inheaderfile QMacFunctions
+ \inheaderfile QtMac
*/
namespace QtMac
{