MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / needShowNewFeatureGuide

Method needShowNewFeatureGuide

src/WizMainWindow.cpp:4421–4431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4419}
4420
4421bool WizMainWindow::needShowNewFeatureGuide()
4422{
4423 if (m_settings->serverType() == EnterpriseServer)
4424 return false;
4425 //
4426 QString strGuideVserion = m_settings->newFeatureGuideVersion();
4427 if (strGuideVserion.isEmpty())
4428 return true;
4429
4430 return strGuideVserion.compare(WIZ_NEW_FEATURE_GUIDE_VERSION) < 0;
4431}
4432
4433void WizMainWindow::resortDocListAfterViewDocument(const WIZDOCUMENTDATA& doc)
4434{

Callers

nothing calls this directly

Calls 4

isEmptyMethod · 0.80
serverTypeMethod · 0.45
compareMethod · 0.45

Tested by

no test coverage detected