aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprojectmanager/qmlproject.h
diff options
context:
space:
mode:
authordt <[email protected]>2009-10-08 18:37:18 +0200
committerdt <[email protected]>2009-11-19 16:35:18 +0100
commit10a0647ddf5d3f80808cc311617410f4eb4eeeff (patch)
treeca0487dcc9b0cc45af883b039c0fec74e110ab0a /src/plugins/qmlprojectmanager/qmlproject.h
parent8adef29bf61ed55c045e53b5c81cc038a82ad57d (diff)
Remove QSharedPointer<> for RunConfiguration
Diffstat (limited to 'src/plugins/qmlprojectmanager/qmlproject.h')
-rw-r--r--src/plugins/qmlprojectmanager/qmlproject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprojectmanager/qmlproject.h b/src/plugins/qmlprojectmanager/qmlproject.h
index d3454177311..0eafc1e542d 100644
--- a/src/plugins/qmlprojectmanager/qmlproject.h
+++ b/src/plugins/qmlprojectmanager/qmlproject.h
@@ -198,7 +198,7 @@ public:
// used to translate the types to names to display to the user
virtual QString displayNameForType(const QString &type) const;
- virtual QSharedPointer<ProjectExplorer::RunConfiguration> create(ProjectExplorer::Project *project,
+ virtual ProjectExplorer::RunConfiguration *create(ProjectExplorer::Project *project,
const QString &type);
private: