2024-09-04 18:05:04 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2024-09-05 09:08:52 +00:00
|
|
|
#include <qr_bar_code/qr_bar_code_plugin.h>
|
2024-09-04 18:05:04 +00:00
|
|
|
|
|
|
|
void fl_register_plugins(FlPluginRegistry* registry) {
|
2024-09-05 09:08:52 +00:00
|
|
|
g_autoptr(FlPluginRegistrar) qr_bar_code_registrar =
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "QrBarCodePlugin");
|
|
|
|
qr_bar_code_plugin_register_with_registrar(qr_bar_code_registrar);
|
2024-09-04 18:05:04 +00:00
|
|
|
}
|