MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / findTabWidgetFactory

Method findTabWidgetFactory

Suscan/Library.cpp:1251–1258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1249}
1250
1251SigDigger::TabWidgetFactory *
1252Singleton::findTabWidgetFactory(QString const &name) const
1253{
1254 if (!this->tabWidgetFactoryTable.contains(name))
1255 return nullptr;
1256
1257 return this->tabWidgetFactoryTable[name];
1258}
1259
1260QList<SigDigger::TabWidgetFactory *>::const_iterator
1261Singleton::getFirstTabWidgetFactory() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected