Export QmlJSEditorEditable.

Rubber-stamped-by: Friedemann Kleint
This commit is contained in:
Christian Kamm
2010-11-25 15:10:25 +01:00
parent f90be084c2
commit 5927137d13
4 changed files with 5 additions and 8 deletions

View File

@@ -60,11 +60,11 @@ namespace QmlJS {
The top-level namespace of the QmlJSEditor plug-in.
*/
namespace QmlJSEditor {
class QmlJSEditorEditable;
class FindReferences;
namespace Internal {
class QmlOutlineModel;
class QmlJSEditorEditable;
class SemanticHighlighter;
struct SemanticHighlighterSource;
} // namespace Internal
@@ -199,7 +199,7 @@ protected:
void resizeEvent(QResizeEvent *event);
void scrollContentsBy(int dx, int dy);
TextEditor::BaseTextEditorEditable *createEditableInterface();
void createToolBar(Internal::QmlJSEditorEditable *editable);
void createToolBar(QmlJSEditorEditable *editable);
TextEditor::BaseTextEditor::Link findLinkAt(const QTextCursor &cursor, bool resolveTarget = true);
private: