aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/circularclipboardassist.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-06-03 15:31:41 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-06-04 12:25:42 +0000
commit314d4ce41f11109b88cc630f91b98c3ed4615104 (patch)
treeba0424fe3937aac75abd68842720e9706bdcd131 /src/plugins/texteditor/circularclipboardassist.h
parentb5641c7d436e98f3edff2fccb52dbfe416d4c9ed (diff)
texteditor: s/Q_DECL_OVERRIDE/override/g
Change-Id: I8ce0a93f25fe483d07d48a6525748fe40d647feb Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
Diffstat (limited to 'src/plugins/texteditor/circularclipboardassist.h')
-rw-r--r--src/plugins/texteditor/circularclipboardassist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/texteditor/circularclipboardassist.h b/src/plugins/texteditor/circularclipboardassist.h
index 05cb67bdaa..c5ecc0fed9 100644
--- a/src/plugins/texteditor/circularclipboardassist.h
+++ b/src/plugins/texteditor/circularclipboardassist.h
@@ -40,9 +40,9 @@ namespace Internal {
class ClipboardAssistProvider: public IAssistProvider
{
public:
- IAssistProvider::RunType runType() const Q_DECL_OVERRIDE;
- bool supportsEditor(Core::Id editorId) const Q_DECL_OVERRIDE;
- IAssistProcessor *createProcessor() const Q_DECL_OVERRIDE;
+ IAssistProvider::RunType runType() const override;
+ bool supportsEditor(Core::Id editorId) const override;
+ IAssistProcessor *createProcessor() const override;
};
} // namespace Internal