diff options
author | Konstantin Tokarev <annulen@yandex.ru> | 2012-04-18 12:31:08 +0400 |
---|---|---|
committer | Eike Ziller <eike.ziller@nokia.com> | 2012-04-18 12:15:56 +0200 |
commit | ec38c829a77696df257aa70ae5a9f91aba91225d (patch) | |
tree | 71f8762411ffd2590170c2f98cc81b1f4b852e78 /src/plugins/vcsbase/basevcseditorfactory.h | |
parent | 6630857deb1d39a1ff863c47bf4b4fa65e63cf36 (diff) | |
download | qt-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/vcsbase/basevcseditorfactory.h')
-rw-r--r-- | src/plugins/vcsbase/basevcseditorfactory.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/vcsbase/basevcseditorfactory.h b/src/plugins/vcsbase/basevcseditorfactory.h index 10739978e5..05c659f9b3 100644 --- a/src/plugins/vcsbase/basevcseditorfactory.h +++ b/src/plugins/vcsbase/basevcseditorfactory.h @@ -57,8 +57,6 @@ public: Core::Id id() const; QString displayName() const; - - Core::IDocument *open(const QString &fileName); Core::IEditor *createEditor(QWidget *parent); private: |