1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-01 18:29:16 +01:00

Merge remote-tracking branch 'next' into corvuscorax/OP-947_stateestimator-module

This commit is contained in:
Corvus Corax 2013-06-09 22:43:25 +02:00
commit 88071b1078
2 changed files with 8 additions and 10 deletions

View File

@ -65,11 +65,9 @@ UAVObjectManager *ConfigPlugin::getObjectManager()
}
void ConfigPlugin::extensionsInitialized()
{
}
{}
void ConfigPlugin::shutdown()
{
}
{}
Q_EXPORT_PLUGIN(ConfigPlugin)