Commit 59aca962 authored by Don Gagne's avatar Don Gagne

Merge pull request #1251 from DonLakeFlyer/CodingStyleFix

Use more normal double include ifdef
parents 0a5b2fa1 e6ab426f
......@@ -31,8 +31,8 @@
///
/// @author Don Gagne <don@thegagnes.com>
#ifndef CodingStyle_h
#define CodingStyle_h
#ifndef CODINGSTYLE_H
#define CODINGSTYLE_H
#include <QObject>
#include <QMap>
......
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