forked from qt-creator/qt-creator
@@ -40,7 +40,6 @@
|
||||
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QPointer>
|
||||
#include <QtCore/QFuture>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QTextCursor;
|
||||
@@ -150,7 +149,6 @@ private:
|
||||
QPointer<FunctionArgumentWidget> m_functionArgumentWidget;
|
||||
|
||||
QList<TextEditor::CompletionItem> m_completions;
|
||||
QFuture<QList<TextEditor::CompletionItem> > m_sortedCompletions;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user