aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/pluginfilefactory.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2012-10-18 14:55:03 +0200
committerDaniel Teske <daniel.teske@digia.com>2013-01-09 17:02:33 +0100
commit49259beafe5d206f514483fc01d7798c4a73f785 (patch)
tree031f7315f69e29c90cd2fd78f8e33b1190dae027 /src/plugins/projectexplorer/pluginfilefactory.h
parent2a0bb34911bfa2cdbb4f27f6aad0109f9543e45a (diff)
Remove ProjectFileFactory::canOpen, it's not defined anywhere
Change-Id: I82bcf2d1e83427ff11672d7e93c1ce27e4afc979 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/pluginfilefactory.h')
-rw-r--r--src/plugins/projectexplorer/pluginfilefactory.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/pluginfilefactory.h b/src/plugins/projectexplorer/pluginfilefactory.h
index 78d2508294..2609da24cd 100644
--- a/src/plugins/projectexplorer/pluginfilefactory.h
+++ b/src/plugins/projectexplorer/pluginfilefactory.h
@@ -49,7 +49,6 @@ class ProjectFileFactory : public Core::IDocumentFactory
public:
virtual QStringList mimeTypes() const;
- bool canOpen(const QString &fileName);
Core::Id id() const;
QString displayName() const;