summaryrefslogtreecommitdiff
path: root/src/plugins/cvs/cvseditor.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2016-02-04 13:07:35 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2016-02-04 13:16:42 +0000
commiteb07fd92b2cfeb886bd1d3dbfae9058237b3f6d9 (patch)
tree04b76bef7487ddd283a58401f993f8872ef2bb1c /src/plugins/cvs/cvseditor.h
parentbc9c57756b71c8681a3604aa70461735ceb1da09 (diff)
downloadqt-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.h5
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