Skip to content
Snippets Groups Projects
Commit 0aea27a8 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Add airframe meta file loader

parent b1b85485
No related branches found
No related tags found
No related merge requests found
#include "PX4AirframeLoader.h"
PX4AirframeLoader::PX4AirframeLoader()
{
}
PX4AirframeLoader::~PX4AirframeLoader()
{
}
#ifndef PX4AIRFRAMELOADER_H
#define PX4AIRFRAMELOADER_H
#include <QObject>
class PX4AirframeLoader
{
public:
PX4AirframeLoader();
~PX4AirframeLoader();
};
#endif // PX4AIRFRAMELOADER_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment