qtDistortionDialog.cpp 233 Bytes
#include "qtDistortionDialog.h"

qtDistortionDialog::qtDistortionDialog(QWidget *parent, Qt::WFlags flags)
	: QDialog(parent, flags)
{
	ui.setupUi(this);
}

qtDistortionDialog::~qtDistortionDialog()
{
	updating = false;
}