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

@@ -34,8 +34,6 @@
#include <utils/wizard.h>
#include <QVBoxLayout>
#include <QLineEdit>
#include <QPushButton>
namespace GenericProjectManager {
namespace Internal {