1
0
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:
Christian Gudrian 2014-10-05 20:42:06 +02:00 committed by James Duley
parent f6c9183dbf
commit bdf4386dfa
4 changed files with 7 additions and 7 deletions

View File

@ -26,7 +26,7 @@
*/
#ifndef FGSIMULATOR_H
#define FGSIMULATOR_H_H
#define FGSIMULATOR_H
#include <QObject>
#include "simulator.h"

View File

@ -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_

View File

@ -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_

View File

@ -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_