Code review comment for lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/orientationManual

Revision history for this message
Tim Peeters (tpeeters) wrote :

201 +/*!
202 + * \qmlproperty Qt.ScreenOrientation Application::orientation
203 + * \internal
204 + * The current orientation of the application - can be overridden manually for testing.
205 + */

Why is the component name here Application and not UbuntuApplication? (same question would apply to Applcation::applicationName documentation)?

And why is it internal? Don't we want this to be documented? (again, same question for applicationName).

« Back to merge proposal