forked from qt-creator/qt-creator
Fix missing initializer of auto completer
Change-Id: I38580087c1d8e3419698371970d0e6f9188d284d Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -189,6 +189,7 @@ class BaseTextEditorPrivate
|
||||
{
|
||||
public:
|
||||
BaseTextEditorPrivate()
|
||||
: m_autoCompleter(new AutoCompleter)
|
||||
{}
|
||||
|
||||
// Note: This is always a copy of IContext::m_widget.
|
||||
|
||||
Reference in New Issue
Block a user