mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove a lot of non-necessary boilerplate code.
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>
This commit is contained in:
parent
537b42e3f7
commit
2fe1dfe83a
4 changed files with 23 additions and 38 deletions
|
@ -0,0 +1,12 @@
|
|||
#ifndef YEARLYSTATISTICSWIDGET_H
|
||||
#define YEARLYSTATISTICSWIDGET_H
|
||||
|
||||
#include <QGraphicsView>
|
||||
|
||||
class YearlyStatisticsWidget : public QGraphicsView {
|
||||
Q_OBJECT
|
||||
public:
|
||||
YearlyStatisticsWidget(QWidget *parent = 0);
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue