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

@ -4,7 +4,7 @@
#ifndef INFORMATION_BOX_H
#define INFORMATION_BOX_H
#include "chartitem.h"
#include "statsitem.h"
#include <vector>
#include <memory>