mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-15 07:29:15 +01:00
fixed header guards
This commit is contained in:
parent
f6c9183dbf
commit
bdf4386dfa
@ -26,7 +26,7 @@
|
||||
*/
|
||||
|
||||
#ifndef FGSIMULATOR_H
|
||||
#define FGSIMULATOR_H_H
|
||||
#define FGSIMULATOR_H
|
||||
|
||||
#include <QObject>
|
||||
#include "simulator.h"
|
||||
|
@ -25,7 +25,7 @@
|
||||
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#ifndef OPAMP_GADGETFACTORY_H_
|
||||
#ifndef OPMAP_GADGETFACTORY_H_
|
||||
#define OPMAP_GADGETFACTORY_H_
|
||||
|
||||
#include <coreplugin/iuavgadgetfactory.h>
|
||||
@ -49,4 +49,4 @@ public:
|
||||
IOptionsPage *createOptionsPage(IUAVGadgetConfiguration *config);
|
||||
};
|
||||
|
||||
#endif // ifndef OPAMP_GADGETFACTORY_H_
|
||||
#endif // ifndef OPMAP_GADGETFACTORY_H_
|
||||
|
@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
#ifndef PFDQMLGADGET_H_
|
||||
#define PFDQMLQMLGADGET_H_
|
||||
#define PFDQMLGADGET_H_
|
||||
|
||||
#include <coreplugin/iuavgadget.h>
|
||||
#include "pfdqmlgadgetwidget.h"
|
||||
@ -51,4 +51,4 @@ private:
|
||||
};
|
||||
|
||||
|
||||
#endif // PFDQMLQMLGADGET_H_
|
||||
#endif // PFDQMLGADGET_H_
|
||||
|
@ -26,7 +26,7 @@
|
||||
*/
|
||||
|
||||
#ifndef QMLVIEWGADGET_H_
|
||||
#define QMLVIEWQMLGADGET_H_
|
||||
#define QMLVIEWGADGET_H_
|
||||
|
||||
#include <coreplugin/iuavgadget.h>
|
||||
#include "qmlviewgadgetwidget.h"
|
||||
@ -62,4 +62,4 @@ private:
|
||||
};
|
||||
|
||||
|
||||
#endif // QMLVIEWQMLGADGET_H_
|
||||
#endif // QMLVIEWGADGET_H_
|
||||
|
Loading…
x
Reference in New Issue
Block a user