From 48311f120f7972c54b0d15436b4da9f5b3bed9f7 Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Mon, 7 Oct 2024 08:36:38 +0200 Subject: [PATCH] Valgrind: Remove unneeded declaration Change-Id: Ife7bf5e621cfa217cc777a3cb182ed419b4918fc Reviewed-by: hjk --- src/plugins/valgrind/callgrind/callgrindabstractmodel.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/valgrind/callgrind/callgrindabstractmodel.h b/src/plugins/valgrind/callgrind/callgrindabstractmodel.h index 6f19edfca97..9ac9ad0a93b 100644 --- a/src/plugins/valgrind/callgrind/callgrindabstractmodel.h +++ b/src/plugins/valgrind/callgrind/callgrindabstractmodel.h @@ -7,8 +7,6 @@ namespace Valgrind::Callgrind { -class ParseData; - enum AbstractModelRoles { ParentCostRole = Qt::UserRole,