diff options
author | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2016-02-04 13:07:35 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2016-02-04 13:16:42 +0000 |
commit | eb07fd92b2cfeb886bd1d3dbfae9058237b3f6d9 (patch) | |
tree | 04b76bef7487ddd283a58401f993f8872ef2bb1c /src/plugins/cvs/cvseditor.h | |
parent | bc9c57756b71c8681a3604aa70461735ceb1da09 (diff) | |
download | qt-creator-eb07fd92b2cfeb886bd1d3dbfae9058237b3f6d9.tar.gz |
CVS: Modernize
* Use pragma once
* Use some more overrides
* Tiny clean-ups here and there
Change-Id: I951afa8ed31c5f414d4ae872c79f80db19909ee0
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/cvs/cvseditor.h')
-rw-r--r-- | src/plugins/cvs/cvseditor.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/cvs/cvseditor.h b/src/plugins/cvs/cvseditor.h index 9ccd185be2..f7ce08fd0b 100644 --- a/src/plugins/cvs/cvseditor.h +++ b/src/plugins/cvs/cvseditor.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CVSEDITOR_H -#define CVSEDITOR_H +#pragma once #include <vcsbase/vcsbaseeditor.h> @@ -54,5 +53,3 @@ private: } // namespace Internal } // namespace Cvs - -#endif // CVSEDITOR_H |