forked from qt-creator/qt-creator
CodeAssistant: Replace virtual with QTC_OVERRIDE
Change-Id: I18ea4ea410ac811972447e9395f2eef76bda8084 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
d087d0b66e
commit
91def5a8ff
@@ -36,6 +36,8 @@
|
||||
#include <cplusplus/Symbols.h>
|
||||
#include <cplusplus/TypeOfExpression.h>
|
||||
|
||||
#include <utils/qtcoverride.h>
|
||||
|
||||
#include <QSharedPointer>
|
||||
#include <QTextCursor>
|
||||
|
||||
@@ -62,9 +64,9 @@ public:
|
||||
Parameters params() const { return m_params; }
|
||||
void clearParams() { m_params = Parameters(); }
|
||||
|
||||
bool isAsynchronous() const;
|
||||
bool supportsEditor(const Core::Id &editorId) const;
|
||||
TextEditor::IAssistProcessor *createProcessor() const;
|
||||
bool isAsynchronous() const QTC_OVERRIDE;
|
||||
bool supportsEditor(const Core::Id &editorId) const QTC_OVERRIDE;
|
||||
TextEditor::IAssistProcessor *createProcessor() const QTC_OVERRIDE;
|
||||
|
||||
private:
|
||||
Parameters m_params;
|
||||
|
||||
Reference in New Issue
Block a user