QmlProject: Minor code cleanup

Whitespace, namespace, inline trivial functions, ....

Change-Id: Idf7d8c120b54367c8ea98171c21506e2b3f5346b
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2017-02-28 14:46:14 +01:00
parent 0912df9998
commit 6c8c624450
6 changed files with 13 additions and 70 deletions

View File

@@ -27,11 +27,6 @@
#include <projectexplorer/projectnodes.h>
#include <QStringList>
#include <QHash>
namespace Core { class IDocument; }
namespace QmlProjectManager {
class QmlProject;
@@ -42,7 +37,6 @@ class QmlProjectNode : public ProjectExplorer::ProjectNode
{
public:
QmlProjectNode(QmlProject *project);
~QmlProjectNode() override;
virtual bool showInSimpleTree() const override;