Advanced Settings Panel
[pierogi] / sideshotleftform.cpp
1 #include "sideshotleftform.h"
2 #include "ui_sideshotleftform.h"
3
4 SideshotLeftForm::SideshotLeftForm(QWidget *parent) :
5   QWidget(parent),
6   ui(new Ui::SideshotLeftForm)
7 {
8   ui->setupUi(this);
9 }
10
11 SideshotLeftForm::~SideshotLeftForm()
12 {
13   delete ui;
14 }