forked from qt-creator/qt-creator
C++: Compile fixes in tests and tools.
After some refactorings not all usages, especially in tests and tools, were adapted. Change-Id: I7ed24bb1c8e55e55ed74eda3a8fd7610e725f4cb Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -188,9 +188,9 @@ public:
|
||||
SymbolDump(TranslationUnit *unit)
|
||||
: translationUnit(unit)
|
||||
{
|
||||
o.setShowArgumentNames(true);
|
||||
o.setShowFunctionSignatures(true);
|
||||
o.setShowReturnTypes(true);
|
||||
o.showArgumentNames = true;
|
||||
o.showFunctionSignatures = true;
|
||||
o.showReturnTypes = true;
|
||||
}
|
||||
|
||||
void operator()(Symbol *s) {
|
||||
|
||||
Reference in New Issue
Block a user