Applies revisions to the user config registry key immediately instead of doing it lazily the next time settings are accessed.
| 939 | // doing it lazily the next time settings are accessed. |
| 940 | // |
| 941 | void Settings::ApplyRevisions() |
| 942 | { |
| 943 | // Force revise immediately |
| 944 | Revise(); |
| 945 | } |
| 946 | |
| 947 | // |
| 948 | // Applies revisions to the global config registry key. This must be called by |
no test coverage detected