NEW:add network test entry when has network error
Change-Id: Ie315191e26148e520d3e8e3e4323fd619efb982a
This commit is contained in:
@@ -35,6 +35,11 @@ void GUI::Job::update_percent_finish()
|
||||
m_progress->clear_percent();
|
||||
}
|
||||
|
||||
void GUI::Job::show_networking_test()
|
||||
{
|
||||
m_progress->show_networking_test();
|
||||
}
|
||||
|
||||
GUI::Job::Job(std::shared_ptr<ProgressIndicator> pri)
|
||||
: m_progress(std::move(pri))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user