From 3ddba62aff34823001813a90e57285afcc48c4e9 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Wed, 27 Sep 2017 10:41:45 +0200 Subject: [PATCH] Valgrind: fix forward declaration Change-Id: I6fe6a903451a40214224319a5245d57488d9cf05 Reviewed-by: hjk --- src/plugins/valgrind/callgrindvisualisation.h | 1 - src/plugins/valgrind/xmlprotocol/error.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/plugins/valgrind/callgrindvisualisation.h b/src/plugins/valgrind/callgrindvisualisation.h index cbb38ca6e51..f03b4775b58 100644 --- a/src/plugins/valgrind/callgrindvisualisation.h +++ b/src/plugins/valgrind/callgrindvisualisation.h @@ -29,7 +29,6 @@ QT_BEGIN_NAMESPACE class QAbstractItemModel; -class QModelIndex; QT_END_NAMESPACE namespace Valgrind { diff --git a/src/plugins/valgrind/xmlprotocol/error.h b/src/plugins/valgrind/xmlprotocol/error.h index f7b56f301f9..8a235348b1f 100644 --- a/src/plugins/valgrind/xmlprotocol/error.h +++ b/src/plugins/valgrind/xmlprotocol/error.h @@ -37,7 +37,6 @@ QT_END_NAMESPACE namespace Valgrind { namespace XmlProtocol { -class Frame; class Stack; class Suppression;