ClearCase: Modernize

* Use pragma once
* Use static member initialization

Change-Id: Icec025b7c3b310286c675cef30cf01e220002ca8
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Tobias Hunger
2016-02-03 17:52:09 +01:00
parent 10e6181ccf
commit 9b3016c2e4
22 changed files with 83 additions and 171 deletions

View File

@@ -24,8 +24,7 @@
**
****************************************************************************/
#ifndef CLEARCASE_CONSTANTS_H
#define CLEARCASE_CONSTANTS_H
#pragma once
#include <QtGlobal>
@@ -44,5 +43,3 @@ enum { debug = 0 };
} // namespace Constants
} // namespace ClearCase
#endif // CLEARCASE_CONSTANTS_H