MCPcopy Create free account
hub / github.com/Simsys/qhexedit2 / initialize

Method initialize

designer/QHexEditPlugin.cpp:79–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void QHexEditPlugin::initialize(QDesignerFormEditorInterface * /*core*/)
80{
81 if (initialized)
82 return;
83
84 initialized = true;
85}
86
87#if QT_VERSION < QT_VERSION_CHECK(5,0,0)
88Q_EXPORT_PLUGIN2(QHexEditPlugin, QHexEditPlugin)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected