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

Method ProgressDialog

src/ui/ProgressDialog.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104ProgressDialog::ProgressDialog(DownloadDictionariesDialog &download_dics_dlg)
105 : m_progress_data(std::make_shared<ProgressData>()),
106 m_download_dics_dlg(download_dics_dlg) {
107}
108
109ProgressDialog::~ProgressDialog() {
110 KillTimer(_hSelf, ui_update_timer_id);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected