GenericProject: Modernize

* Use pragma once
* Use overrides
* Clean up here and there (mostly in the headers)

Change-Id: Ib33b6a6aa1a285d281f3d8b940fe654af3941554
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Tobias Hunger
2016-02-04 13:08:13 +01:00
parent eb07fd92b2
commit ff303ee994
16 changed files with 44 additions and 97 deletions

View File

@@ -23,8 +23,7 @@
**
****************************************************************************/
#ifndef GENERICPROJECTWIZARD_H
#define GENERICPROJECTWIZARD_H
#pragma once
#include <coreplugin/basefilewizard.h>
#include <coreplugin/basefilewizardfactory.h>
@@ -72,5 +71,3 @@ protected:
} // namespace Internal
} // namespace GenericProjectManager
#endif // GENERICPROJECTWIZARD_H