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

@@ -36,14 +36,11 @@
namespace ProjectExplorer { class RunConfiguration; }
namespace QmlJS { class ModelManagerInterface; }
namespace Utils { class FileSystemWatcher; }
namespace QmlProjectManager {
class QmlProjectItem;
namespace Internal { class QmlProjectFile; }
class QMLPROJECTMANAGER_EXPORT QmlProject : public ProjectExplorer::Project
{
Q_OBJECT
@@ -52,8 +49,6 @@ public:
QmlProject(Internal::Manager *manager, const Utils::FileName &filename);
~QmlProject() override;
Utils::FileName filesFileName() const;
QString displayName() const override;
Internal::Manager *projectManager() const override;