summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/cmakeeditorfactory.h
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2012-04-18 12:31:08 +0400
committerEike Ziller <eike.ziller@nokia.com>2012-04-18 12:15:56 +0200
commitec38c829a77696df257aa70ae5a9f91aba91225d (patch)
tree71f8762411ffd2590170c2f98cc81b1f4b852e78 /src/plugins/cmakeprojectmanager/cmakeeditorfactory.h
parent6630857deb1d39a1ff863c47bf4b4fa65e63cf36 (diff)
downloadqt-creator-ec38c829a77696df257aa70ae5a9f91aba91225d.tar.gz
Added default implementation for IEditorFactory::open().
This change allows to avoid massive code duplication along editors. Change-Id: Ifdc6ae4b44ab399d34193ab8dddfa1f76d65ad11 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeeditorfactory.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakeeditorfactory.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeeditorfactory.h b/src/plugins/cmakeprojectmanager/cmakeeditorfactory.h
index a58a4115d1..3c542aec5c 100644
--- a/src/plugins/cmakeprojectmanager/cmakeeditorfactory.h
+++ b/src/plugins/cmakeprojectmanager/cmakeeditorfactory.h
@@ -57,7 +57,6 @@ public:
QStringList mimeTypes() const;
Core::Id id() const;
QString displayName() const;
- Core::IDocument *open(const QString &fileName);
Core::IEditor *createEditor(QWidget *parent);
private: