VcsBase: Modernize headers

* Use pragma once
* Use override
* Remove Q_DECLARE_PRIVATE as that makes no sense for QtCreator

Change-Id: Ic31d4868c172a0b8fcb50cc9a71a6e95639cf84c
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Tobias Hunger
2016-02-03 12:15:21 +01:00
parent 96ca2e57f0
commit bb8270bab3
33 changed files with 171 additions and 298 deletions

View File

@@ -23,8 +23,7 @@
**
****************************************************************************/
#ifndef VCSBASE_CONSTANTS_H
#define VCSBASE_CONSTANTS_H
#pragma once
#include <QtGlobal>
@@ -51,5 +50,3 @@ const char VAR_VCS_TOPLEVELPATH[] = "CurrentProject:VcsTopLevelPath";
} // namespace Constants
} // namespace VcsBase
#endif // VCSBASE_CONSTANTS_H