From 245f8652b83b24b7f60881fd27e62f1c7c98becc Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 11 Mar 2010 17:36:13 +0100 Subject: fix build with qt 4.7 it is source-incompatible to this broken code :) --- src/libs/cplusplus/TypePrettyPrinter.cpp | 3 +-- 1 file changed, 1 insertion(+), 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() -- cgit v1.2.3