forked from qt-creator/qt-creator
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>
This commit is contained in:
committed by
Eike Ziller
parent
6630857deb
commit
ec38c829a7
@@ -94,7 +94,8 @@ SOURCES += mainwindow.cpp \
|
||||
featureprovider.cpp \
|
||||
idocument.cpp \
|
||||
textdocument.cpp \
|
||||
documentmanager.cpp
|
||||
documentmanager.cpp \
|
||||
ieditorfactory.cpp
|
||||
|
||||
HEADERS += mainwindow.h \
|
||||
editmode.h \
|
||||
|
||||
Reference in New Issue
Block a user