aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/pluginfilefactory.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-09-07 09:26:29 +0200
committerhjk <qthjk@ovi.com>2011-09-08 17:40:53 +0200
commit66ab323eb3101b94817b841a906a0222ce7aee1a (patch)
tree2f0e146f5927c01fc1f2049ed6f4334ed6dbbebf /src/plugins/projectexplorer/pluginfilefactory.h
parentb51524c5c18e7790e7a436e159c1107a4b88d413 (diff)
use Core::Id for IEditorFactory::id
Change-Id: Iefd67a0461d9016b8ba0f3371df7ec6d42e188c5 Reviewed-on: http://codereview.qt-project.org/4321 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/projectexplorer/pluginfilefactory.h')
-rw-r--r--src/plugins/projectexplorer/pluginfilefactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/pluginfilefactory.h b/src/plugins/projectexplorer/pluginfilefactory.h
index 28874035e3..823fbe6c18 100644
--- a/src/plugins/projectexplorer/pluginfilefactory.h
+++ b/src/plugins/projectexplorer/pluginfilefactory.h
@@ -53,7 +53,7 @@ class ProjectFileFactory : public Core::IFileFactory
public:
virtual QStringList mimeTypes() const;
bool canOpen(const QString &fileName);
- QString id() const;
+ Core::Id id() const;
QString displayName() const;
Core::IFile *open(const QString &fileName);