| 130 | SelectMultipleLanguagesDialog *get_lang_list() { return lang_list_instance.get(); } |
| 131 | |
| 132 | RemoveDictionariesDialog *get_remove_dics() { return remove_dics_dlg.get(); } |
| 133 | AspellOptionsDialog *get_aspell_options_dlg() { return aspell_options_dlg.get(); } |
| 134 | |
| 135 | ConnectionSettingsDialog *get_select_proxy() { return select_proxy_dlg.get(); } |
no test coverage detected