From 2cb33df989ba82d63554b7e744a01aba5b2f762f Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 19 Jul 2016 16:54:43 +0200 Subject: [PATCH] QmlProfiler: Remove some friends that don't exist Change-Id: Iaa7c458ae54564124c15a7bf5680d65a96886818 Reviewed-by: Christian Kandeler --- src/plugins/qmlprofiler/flamegraphmodel.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/plugins/qmlprofiler/flamegraphmodel.h b/src/plugins/qmlprofiler/flamegraphmodel.h index cafc2d6c4c0..b65f08230f5 100644 --- a/src/plugins/qmlprofiler/flamegraphmodel.h +++ b/src/plugins/qmlprofiler/flamegraphmodel.h @@ -96,10 +96,6 @@ public slots: void clear(); private: - friend class FlameGraphRelativesModel; - friend class FlameGraphParentsModel; - friend class FlameGraphChildrenModel; - QVariant lookup(const FlameGraphData &data, int role) const; FlameGraphData *pushChild(FlameGraphData *parent, const QmlEvent &data);