MCPcopy Create free account
hub / github.com/MultiMC/Launcher / isLoadingNews

Method isLoadingNews

launcher/news/NewsChecker.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107bool NewsChecker::isLoadingNews() const
108{
109 return m_newsNetJob.get() != nullptr;
110}
111
112QString NewsChecker::getLastLoadErrorMsg() const
113{

Callers 1

updateNewsLabelMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected