Coding style fixes.

This commit is contained in:
Felix Geyer 2012-05-28 12:12:05 +02:00
parent 1342a66881
commit a8ab3a5ca1
3 changed files with 5 additions and 8 deletions

View file

@ -20,7 +20,7 @@
EditWidget::EditWidget(QWidget* parent)
: DialogyWidget(parent)
, m_ui(new Ui::EditWidget())
, m_ui(new Ui::EditWidget())
{
m_ui->setupUi(this);