Make setDisplayName easier and break displayName signals

Fix for that will come later
This commit is contained in:
dt
2009-11-26 15:53:38 +01:00
parent 801e9948f5
commit 9119853283
9 changed files with 9 additions and 42 deletions

View File

@@ -49,6 +49,7 @@ BuildStepsPage::BuildStepsPage(Project *project, bool clean) :
BuildConfigWidget(),
m_clean(clean)
{
Q_UNUSED(project)
m_vbox = new QVBoxLayout(this);
m_vbox->setContentsMargins(0, 0, 0, 0);
m_vbox->setSpacing(0);