aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-03-11 17:36:13 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-03-11 17:36:13 +0100
commit245f8652b83b24b7f60881fd27e62f1c7c98becc (patch)
tree4d00ae642aebdd6d2d8ce5664926a9edc2367ad6
parent05cf6ff47aa144412dc8196afa26103320cdc03a (diff)
fix build with qt 4.7
it is source-incompatible to this broken code :)
-rw-r--r--src/libs/cplusplus/TypePrettyPrinter.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/cplusplus/TypePrettyPrinter.cpp b/src/libs/cplusplus/TypePrettyPrinter.cpp
index 3baa14c06d..3a74790365 100644
--- a/src/libs/cplusplus/TypePrettyPrinter.cpp
+++ b/src/libs/cplusplus/TypePrettyPrinter.cpp
@@ -69,8 +69,7 @@ static QString fullyQualifiedName(Symbol *symbol, const Overview *overview)
}
TypePrettyPrinter::TypePrettyPrinter(const Overview *overview)
- : _overview(overview),
- _name(0)
+ : _overview(overview)
{ }
TypePrettyPrinter::~TypePrettyPrinter()