Commit 9c5cbf38 authored by DonLakeFlyer's avatar DonLakeFlyer

Use #pragma once

parent 7634204f
......@@ -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:
static const int _privateStaticVariable;
};
#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