Commit c440d29b authored by Don Gagne's avatar Don Gagne

Merge remote-tracking branch 'origin/FWLanding' into FWLanding

Remove incorrect comment
parent b8a4746d
......@@ -7,12 +7,7 @@
*
****************************************************************************/
/// @file
/// @author Don Gagne <don@thegagnes.com>
#ifndef FACTSYSTEM_H
#define FACTSYSTEM_H
#pragma once
#include "Fact.h"
#include "FactMetaData.h"
......@@ -26,7 +21,6 @@ class FactSystem : public QGCTool
Q_OBJECT
public:
/// All access to FactSystem is through FactSystem::instance, so constructor is private
FactSystem(QGCApplication* app, QGCToolbox* toolbox);
// Override from QGCTool
......@@ -41,5 +35,3 @@ public:
private:
static const char* _factSystemQmlUri; ///< URI for FactSystem QML imports
};
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment