winrt: doc: Update platform limitations for UWP

UWP only allows clipboard access when the app is active and has focus.

Task-number: QTBUG-60900
Change-Id: Ia69642740d894106875cef77adf48e934bae9c87
Reviewed-by: Martin Smith <martin.smith@qt.io>
Reviewed-by: Nico Vertriest <nico.vertriest@qt.io>
This commit is contained in:
Maurice Kalinowski 2017-06-13 09:05:14 +02:00 committed by Oliver Wolff
parent efd9016ea1
commit 25d9bd4bf4

View File

@ -137,6 +137,17 @@ QT_BEGIN_NAMESPACE
\endlist
\section1 Notes for Universal Windows Platform Users
\list
\li The Universal Windows Platform only allows to query the
clipboard in case the application is active and an application
window has focus. Accessing the clipboard data when in background
will fail due to access denial.
\endlist
\sa QGuiApplication
*/