summaryrefslogtreecommitdiff
path: root/src/plugins/cvs/cvssettings.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/cvssettings.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/cvssettings.h')
-rw-r--r--src/plugins/cvs/cvssettings.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/cvs/cvssettings.h b/src/plugins/cvs/cvssettings.h
index 65222780b4..ab4755b2c9 100644
--- a/src/plugins/cvs/cvssettings.h
+++ b/src/plugins/cvs/cvssettings.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef CVSSETTINGS_H
-#define CVSSETTINGS_H
+#pragma once
#include <vcsbase/vcsbaseclientsettings.h>
@@ -52,5 +51,3 @@ protected:
} // namespace Internal
} // namespace Cvs
-
-#endif // CVSSETTINGS_H