Browse Source

Use #pragma once

QGC4.4
DonLakeFlyer 8 years ago
parent
commit
9c5cbf3889
  1. 5
      CodingStyle.h

5
CodingStyle.h

@ -11,8 +11,7 @@ @@ -11,8 +11,7 @@
// coding style. In general almost everything in here has some coding style meaning.
// Not all style choices are explained.
#ifndef CodingStyle_H
#define CodingStyle_H
#pragma once
#include <QObject>
#include <QMap>
@ -79,5 +78,3 @@ private: @@ -79,5 +78,3 @@ private:
static const int _privateStaticVariable;
};
#endif

Loading…
Cancel
Save