Change "privacy bubble" to "privacy shield"

This commit is contained in:
David Rowe 2019-06-06 08:21:22 +12:00
parent 0bdca38644
commit eac7d298dc

View file

@ -162,27 +162,27 @@ public slots:
bool getCanKick(); bool getCanKick();
/**jsdoc /**jsdoc
* Toggles the state of the privacy bubble. * Toggles the state of the privacy shield.
* @function Users.toggleIgnoreRadius * @function Users.toggleIgnoreRadius
*/ */
void toggleIgnoreRadius(); void toggleIgnoreRadius();
/**jsdoc /**jsdoc
* Enables the privacy bubble. * Enables the privacy shield.
* @function Users.enableIgnoreRadius * @function Users.enableIgnoreRadius
*/ */
void enableIgnoreRadius(); void enableIgnoreRadius();
/**jsdoc /**jsdoc
* Disables the privacy bubble. * Disables the privacy shield.
* @function Users.disableIgnoreRadius * @function Users.disableIgnoreRadius
*/ */
void disableIgnoreRadius(); void disableIgnoreRadius();
/**jsdoc /**jsdoc
* Gets the status of the privacy bubble. * Gets the status of the privacy shield.
* @function Users.getIgnoreRadiusEnabled * @function Users.getIgnoreRadiusEnabled
* @returns {boolean} <code>true</code> if the privacy bubble is enabled, <code>false</code> if it is disabled. * @returns {boolean} <code>true</code> if the privacy shield is enabled, <code>false</code> if it is disabled.
*/ */
bool getIgnoreRadiusEnabled(); bool getIgnoreRadiusEnabled();
@ -197,15 +197,15 @@ signals:
void canKickChanged(bool canKick); void canKickChanged(bool canKick);
/**jsdoc /**jsdoc
* Triggered when the privacy bubble status changes. * Triggered when the privacy shield status changes.
* @function Users.ignoreRadiusEnabledChanged * @function Users.ignoreRadiusEnabledChanged
* @param {boolean} isEnabled - <code>true</code> if the privacy bubble is enabled, <code>false</code> if it isn't. * @param {boolean} isEnabled - <code>true</code> if the privacy shield is enabled, <code>false</code> if it isn't.
* @returns {Signal} * @returns {Signal}
*/ */
void ignoreRadiusEnabledChanged(bool isEnabled); void ignoreRadiusEnabledChanged(bool isEnabled);
/**jsdoc /**jsdoc
* Triggered when another user enters the privacy bubble. * Triggered when another user enters the privacy shield.
* @function Users.enteredIgnoreRadius * @function Users.enteredIgnoreRadius
* @returns {Signal} * @returns {Signal}
*/ */