MCPcopy Create free account
hub / github.com/KDE/labplot / factory

Method factory

src/3rdparty/Qt-Advanced-Docking-System/src/DockComponentsFactory.cpp:56–63  ·  view source on GitHub ↗

============================================================================

Source from the content-addressed store, hash-verified

54
55//============================================================================
56QSharedPointer<ads::CDockComponentsFactory> CDockComponentsFactory::factory()
57{
58 if (!DefaultFactory)
59 {
60 DefaultFactory.reset(new CDockComponentsFactory());
61 }
62 return DefaultFactory;
63}
64
65
66//============================================================================

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected