diff options
| author | Christian Stenger <christian.stenger@theqtcompany.com> | 2016-02-02 10:58:20 +0100 |
|---|---|---|
| committer | Christian Stenger <christian.stenger@theqtcompany.com> | 2016-02-02 14:40:14 +0000 |
| commit | 26c7afdfb7590a8e17996074e2dfa9ce909b5196 (patch) | |
| tree | c301428bc8f9a8022f75bac483d2f9ee57195c03 /src/plugins/cpptools/cppcompletionassist.cpp | |
| parent | de28ab0a6f01ce3fc9a5b05754bc379587171887 (diff) | |
| download | qt-creator-26c7afdfb7590a8e17996074e2dfa9ce909b5196.tar.gz | |
TextEditor: Fix compile with gcc 4.7.3
Change-Id: I59b401c4d7a75398fddc8f6e3a0671fc49f0cb47
Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
Diffstat (limited to 'src/plugins/cpptools/cppcompletionassist.cpp')
| -rw-r--r-- | src/plugins/cpptools/cppcompletionassist.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cppcompletionassist.cpp b/src/plugins/cpptools/cppcompletionassist.cpp index c798d4d776..b5b986eed7 100644 --- a/src/plugins/cpptools/cppcompletionassist.cpp +++ b/src/plugins/cpptools/cppcompletionassist.cpp @@ -86,6 +86,7 @@ public: CppAssistProposalItem() : m_isOverloaded(false) {} + ~CppAssistProposalItem() Q_DECL_NOEXCEPT {} bool prematurelyApplies(const QChar &c) const override; void applyContextualContent(TextDocumentManipulatorInterface &manipulator, int basePosition) const override; |
