Designer: Remove some redirections.

Instead of keeping a separate plain text editor and document,
the FormWindowEditor and FormWindowFile are directly derived
from PlainTextEditor and BaseTextDocument respectively.

Change-Id: I4319904dea769ec31900061bc7c3a3c5c22e0e8a
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Eike Ziller
2013-07-15 14:12:05 +02:00
parent 38a44f7e0f
commit 4ba6faec3f
10 changed files with 72 additions and 101 deletions

View File

@@ -31,7 +31,7 @@
#include "formeditorw.h"
#include "formwindoweditor.h"
#include "editordata.h"
#include "designerxmleditor.h"
#include "designerxmleditorwidget.h"
#include <coreplugin/coreconstants.h>
#include <coreplugin/icore.h>