| 47 | * @brief Reads options values from storage to UI. |
| 48 | */ |
| 49 | void PropEditorSyntax::ReadOptions() |
| 50 | { |
| 51 | Options::EditorSyntax::Load(GetOptionsMgr(), m_Extension); |
| 52 | } |
| 53 | |
| 54 | /** |
| 55 | * @brief Writes options values from UI to storage. |
nothing calls this directly
no test coverage detected