forked from qt-creator/qt-creator
Export QmlJSEditorEditable.
Rubber-stamped-by: Friedemann Kleint
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user