Skip to content

Commit

Permalink
Use #pragma once
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer committed Sep 14, 2017
1 parent 7634204 commit 9c5cbf3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CodingStyle.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -79,5 +78,3 @@ private slots:

static const int _privateStaticVariable;
};

#endif

0 comments on commit 9c5cbf3

Please sign in to comment.