QmlJSEditor: Remove functions from widget that delegate to document

Instead access document directly. Needs to export document.

Change-Id: I8fa86832982d2793ea951e88a5b6e3925b7cd281
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
Eike Ziller
2014-02-07 13:45:51 +01:00
parent 9167d4a16c
commit 89a2c4620b
11 changed files with 40 additions and 54 deletions

View File

@@ -38,9 +38,11 @@
#include <QTimer>
namespace QmlJSEditor {
namespace Internal {
class QmlJSEditorDocument;
namespace Internal {
class QmlOutlineModel;
class SemanticHighlighter;
class SemanticInfoUpdater;