MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / set_top_message

Method set_top_message

src/ui/ProgressDialog.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void ProgressDialog::set_top_message(const wchar_t *message) {
101 m_top_message = message;
102}
103
104ProgressDialog::ProgressDialog(DownloadDictionariesDialog &download_dics_dlg)
105 : m_progress_data(std::make_shared<ProgressData>()),

Callers 3

prepare_downloadingMethod · 0.80
start_next_downloadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected