summaryrefslogtreecommitdiff
path: root/src/plugins/clangrefactoring
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2017-11-27 10:48:22 +0100
committerTobias Hunger <tobias.hunger@qt.io>2017-11-27 14:59:37 +0000
commit85af11ccc9d4f67093fe0e2dd34a7a194ec113c1 (patch)
tree934c2d3b5dc285cca104d7a3103511c864539f5b /src/plugins/clangrefactoring
parent8895ef1ddbb95488dfec6dcffeed8781b839048e (diff)
downloadqt-creator-85af11ccc9d4f67093fe0e2dd34a7a194ec113c1.tar.gz
ClangRefactoring: Fix warning about missing override
Change-Id: I85d2e789e9e078dafc76c7da46849d8e87fbd2a7 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/clangrefactoring')
-rw-r--r--src/plugins/clangrefactoring/symbolquery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/clangrefactoring/symbolquery.h b/src/plugins/clangrefactoring/symbolquery.h
index e8fd2157e3..7a6a7ecf9e 100644
--- a/src/plugins/clangrefactoring/symbolquery.h
+++ b/src/plugins/clangrefactoring/symbolquery.h
@@ -58,7 +58,7 @@ public:
utf8Column);
}
- CppTools::Usages sourceUsagesAt(ClangBackEnd::FilePathId filePathId, int line, int utf8Column)
+ CppTools::Usages sourceUsagesAt(ClangBackEnd::FilePathId filePathId, int line, int utf8Column) override
{
ReadStatement &locationsStatement = m_statementFactory.selectSourceUsagesForSymbolLocation;