summaryrefslogtreecommitdiff
path: root/src/dialogs/qquickplatformfiledialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/qquickplatformfiledialog.cpp')
-rw-r--r--src/dialogs/qquickplatformfiledialog.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dialogs/qquickplatformfiledialog.cpp b/src/dialogs/qquickplatformfiledialog.cpp
index aaf15197..1a969e15 100644
--- a/src/dialogs/qquickplatformfiledialog.cpp
+++ b/src/dialogs/qquickplatformfiledialog.cpp
@@ -318,7 +318,9 @@ void QQuickPlatformFileDialog1::accept()
{shortcuts.pictures},
a native image picker dialog will be used for accessing the user's photo album.
The URL returned can be set as \l{Image::source}{source} for \l{Image}.
- This feature was added in Qt 5.5.
+ For this to be enabled, the Info.plist assigned to QMAKE_INFO_PLIST in the project file must
+ contain the key, NSPhotoLibraryUsageDescription. See Info.plist documentation from Apple for
+ more information regarding this key. This feature was added in Qt 5.5.
\sa shortcuts
*/