tychoBCG3D  0.2
 All Data Structures Namespaces Files Functions Variables
shininess.cpp
Go to the documentation of this file.
1 #include "shininess.h"
2 #include "ui_shininess.h"
3 
4 Shininess::Shininess(QWidget *parent) :
5  QDialog(parent),
6  ui(new Ui::Shininess)
7 {
8  ui->setupUi(this);
9 }
10 
12 {
13  delete ui;
14 }