| 77 | } |
| 78 | |
| 79 | void 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) |
| 88 | Q_EXPORT_PLUGIN2(QHexEditPlugin, QHexEditPlugin) |
nothing calls this directly
no outgoing calls
no test coverage detected