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 GENERICPROJECT_H
#define GENERICPROJECT_H
#pragma once
#include "genericprojectmanager.h"
#include "genericprojectnodes.h"
@@ -128,5 +127,3 @@ private:
} // namespace Internal
} // namespace GenericProjectManager
#endif // GENERICPROJECT_H