Checks whether the administrator has disabled editing of the settings by the settings app. @return true if editing is disabled.
| 804 | // @return true if editing is disabled. |
| 805 | // |
| 806 | bool Settings::GetEditingDisabled() const |
| 807 | { |
| 808 | // No need to revise for this because this cannot change. |
| 809 | return m_UserKey.Locked(); |
| 810 | } |
| 811 | |
| 812 | // |
| 813 | // Returns the list of COM plugins registered to be used with Path Copy Copy. |
no test coverage detected