forked from qt-creator/qt-creator
ClearCase: Modernize
* Use pragma once * Use static member initialization Change-Id: Icec025b7c3b310286c675cef30cf01e220002ca8 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user