forked from qt-creator/qt-creator
QmlJSEditor Exporting AutoCompleter
One more change for the new Binding Editor Change-Id: I17c9eb02212a29abcc4ef568e7d85cffc14c023d Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -26,11 +26,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <texteditor/autocompleter.h>
|
||||
#include <qmljseditor/qmljseditor_global.h>
|
||||
|
||||
namespace QmlJSEditor {
|
||||
namespace Internal {
|
||||
|
||||
class AutoCompleter : public TextEditor::AutoCompleter
|
||||
class QMLJSEDITOR_EXPORT AutoCompleter : public TextEditor::AutoCompleter
|
||||
{
|
||||
public:
|
||||
AutoCompleter();
|
||||
@@ -55,5 +55,4 @@ public:
|
||||
QString insertParagraphSeparator(const QTextCursor &tc) const override;
|
||||
};
|
||||
|
||||
} // Internal
|
||||
} // QmlJSEditor
|
||||
|
||||
Reference in New Issue
Block a user