profile: rename stats/chartitem.* to stats/statsitem.*

Android uses qmake and apparently that doesn't support source files
with the same name. We already have chart/chartitem.*.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2024-09-12 11:17:45 +02:00
parent b3a4c7052a
commit d060a3a3cb
12 changed files with 13 additions and 13 deletions

View file

@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
#include "statsgrid.h"
#include "chartitem.h"
#include "statsitem.h"
#include "statsaxis.h"
#include "statscolors.h"
#include "statsview.h"