forked from qt-creator/qt-creator
Git: Modernize
* pragma once * member initialization * s/struct/class/ * Introduce a static GitPlugin::client() method and use it Change-Id: Ifdcac86dd16f3cdba11d564d03e9a15f00a6afdb Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef GIT_CONSTANTS_H
|
||||
#define GIT_CONSTANTS_H
|
||||
#pragma once
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
@@ -52,5 +51,3 @@ const char C_GITEDITORID[] = "Git Editor";
|
||||
|
||||
} // namespace Constants
|
||||
} // namespace Git
|
||||
|
||||
#endif // GIT_CONSTANTS_H
|
||||
|
||||
Reference in New Issue
Block a user