mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
b3a4c7052a
commit
d060a3a3cb
12 changed files with 13 additions and 13 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#ifndef INFORMATION_BOX_H
|
||||
#define INFORMATION_BOX_H
|
||||
|
||||
#include "chartitem.h"
|
||||
#include "statsitem.h"
|
||||
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue