mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 11:03:24 +00:00
2fe1dfe83a
We used to have a very sad way of controlling the statistics, now we will create the model when there's a need for it. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
5 lines
122 B
C++
5 lines
122 B
C++
#include "statisticswidget.h"
|
|
|
|
YearlyStatisticsWidget::YearlyStatisticsWidget(QWidget *parent): QGraphicsView(parent)
|
|
{
|
|
}
|