diff options
author | Harald Fernengel <harald.fernengel@nokia.com> | 2010-07-29 16:56:42 (GMT) |
---|---|---|
committer | Harald Fernengel <harald.fernengel@nokia.com> | 2010-07-29 16:56:42 (GMT) |
commit | 1d26798c0882ac9be1059ab612533d1750a3ac7b (patch) | |
tree | eceadb2f40c63d575e9cf4256deecce50597b597 /doc | |
parent | c8f2b393bf168e7d30239e44d0cb8fda3f9be8a0 (diff) | |
download | Qt-1d26798c0882ac9be1059ab612533d1750a3ac7b.zip Qt-1d26798c0882ac9be1059ab612533d1750a3ac7b.tar.gz Qt-1d26798c0882ac9be1059ab612533d1750a3ac7b.tar.bz2 |
doc: Add a note about QCoreApplication::applicationDirPath
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/platforms/mac-differences.qdoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/platforms/mac-differences.qdoc b/doc/src/platforms/mac-differences.qdoc index 766c619..2501656 100644 --- a/doc/src/platforms/mac-differences.qdoc +++ b/doc/src/platforms/mac-differences.qdoc @@ -175,6 +175,9 @@ \l{http://developer.apple.com/documentation/CoreFoundation/Reference/CFBundleRef/index.html} {Apple's Developer Website}. + Note: QCoreApplication::applicationDirPath() can be used to determine + the path of the binary within the bundle. + \section2 Translating the Application Menu and Native Dialogs The items in the Application Menu will be merged correctly for |