aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprojectmanager/qmlproject.h
diff options
context:
space:
mode:
authorTobias Hunger <[email protected]>2010-01-22 15:59:44 +0100
committerTobias Hunger <[email protected]>2010-02-01 12:23:14 +0100
commit4ee223d45d1d2afb465ee6f0a0c65c928c01204b (patch)
tree23152054c727ebf9e098fc869ab9cbda11e38258 /src/plugins/qmlprojectmanager/qmlproject.h
parent51fb280b9e251ae22401d3de1aad71ab584ca4cc (diff)
Add a id() method to projects
* This makes it easier to distinguish projects in the userfileaccessor
Diffstat (limited to 'src/plugins/qmlprojectmanager/qmlproject.h')
-rw-r--r--src/plugins/qmlprojectmanager/qmlproject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmlprojectmanager/qmlproject.h b/src/plugins/qmlprojectmanager/qmlproject.h
index c011dc2484c..f73993b601f 100644
--- a/src/plugins/qmlprojectmanager/qmlproject.h
+++ b/src/plugins/qmlprojectmanager/qmlproject.h
@@ -159,6 +159,7 @@ public:
QString filesFileName() const;
virtual QString displayName() const;
+ virtual QString id() const;
virtual Core::IFile *file() const;
virtual Internal::Manager *projectManager() const;
virtual ProjectExplorer::IBuildConfigurationFactory *buildConfigurationFactory() const;