analyzer: cleanup

This commit is contained in:
hjk
2011-05-18 15:56:01 +02:00
parent 64eba7e1dd
commit df91b0bbfb
28 changed files with 76 additions and 141 deletions

View File

@@ -41,8 +41,8 @@
namespace Analyzer {
StartRemoteDialog::StartRemoteDialog(QWidget *parent, Qt::WindowFlags f)
: QDialog(parent, f)
, m_ui(new Ui::StartRemoteDialog)
: QDialog(parent, f)
, m_ui(new Ui::StartRemoteDialog)
{
m_ui->setupUi(this);
@@ -144,4 +144,4 @@ QString StartRemoteDialog::workingDirectory() const
return m_ui->workingDirectory->text();
}
}
} // namespace Analyzer