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 @@ ...@@ -7,12 +7,7 @@
* *
****************************************************************************/ ****************************************************************************/
#pragma once
/// @file
/// @author Don Gagne <don@thegagnes.com>
#ifndef FACTSYSTEM_H
#define FACTSYSTEM_H
#include "Fact.h" #include "Fact.h"
#include "FactMetaData.h" #include "FactMetaData.h"
...@@ -26,7 +21,6 @@ class FactSystem : public QGCTool ...@@ -26,7 +21,6 @@ class FactSystem : public QGCTool
Q_OBJECT Q_OBJECT
public: public:
/// All access to FactSystem is through FactSystem::instance, so constructor is private
FactSystem(QGCApplication* app, QGCToolbox* toolbox); FactSystem(QGCApplication* app, QGCToolbox* toolbox);
// Override from QGCTool // Override from QGCTool
...@@ -41,5 +35,3 @@ public: ...@@ -41,5 +35,3 @@ public:
private: private:
static const char* _factSystemQmlUri; ///< URI for FactSystem QML imports 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