Skip to content
Snippets Groups Projects
Commit 49259bea authored by Tobias Hunger's avatar Tobias Hunger Committed by Daniel Teske
Browse files

Remove ProjectFileFactory::canOpen, it's not defined anywhere


Change-Id: I82bcf2d1e83427ff11672d7e93c1ce27e4afc979
Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
parent 2a0bb349
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,6 @@ class ProjectFileFactory : public Core::IDocumentFactory ...@@ -49,7 +49,6 @@ class ProjectFileFactory : public Core::IDocumentFactory
public: public:
virtual QStringList mimeTypes() const; virtual QStringList mimeTypes() const;
bool canOpen(const QString &fileName);
Core::Id id() const; Core::Id id() const;
QString displayName() const; QString displayName() const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment