diff options
| author | Nikolai Kosjar <[email protected]> | 2013-02-14 12:48:48 +0100 |
|---|---|---|
| committer | Nikolai Kosjar <[email protected]> | 2013-02-19 10:18:25 +0100 |
| commit | 9f94a8b3b8e66fbfbb1d6c1c4e885265911baca2 (patch) | |
| tree | 7667beffe3dbc65a065ad922eeea61f9d77e73a7 /src/plugins/cpptools/cppsemanticinfo.cpp | |
| parent | c6291db9faf8280646ccde4d133f1fc2764e12b6 (diff) | |
C++: Slim down SemanticInfo
Remove SemanticInfo::hasD and SemanticInfo::hasQ. They were used in
CPPEditorWidget::highlightUses() but became superfluous by filtering out
invalid Uses.
Change-Id: I08f46e55cf42fbc6088fbcb03e30822421df57d6
Reviewed-by: hjk <[email protected]>
Reviewed-by: Erik Verbruggen <[email protected]>
Diffstat (limited to 'src/plugins/cpptools/cppsemanticinfo.cpp')
| -rw-r--r-- | src/plugins/cpptools/cppsemanticinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cppsemanticinfo.cpp b/src/plugins/cpptools/cppsemanticinfo.cpp index 1a335037b0a..3484ab437d7 100644 --- a/src/plugins/cpptools/cppsemanticinfo.cpp +++ b/src/plugins/cpptools/cppsemanticinfo.cpp @@ -32,6 +32,6 @@ using namespace CppTools; SemanticInfo::SemanticInfo() - : revision(0), hasQ(false), hasD(false), forced(false) + : revision(0), forced(false) { } |
