13 lines
138 B
C++
13 lines
138 B
C++
#include "graphwidget.h"
|
|
|
|
GraphWidget::GraphWidget(QWidget *parent) : QWidget(parent)
|
|
{
|
|
|
|
}
|
|
|
|
GraphWidget::~GraphWidget()
|
|
{
|
|
|
|
}
|
|
|