comparison src/historywidget.cpp @ 622:66adbedb69a9

Undo the one part we didn't want, from the last patch
author Chris Cannam
date Fri, 19 Oct 2012 11:25:02 +0100
parents f635e227775c
children ae67ea0af696
comparison
equal deleted inserted replaced
621:f635e227775c 622:66adbedb69a9
69 m_showClosedBranches = new QCheckBox(tr("Show closed branches"), this); 69 m_showClosedBranches = new QCheckBox(tr("Show closed branches"), this);
70 m_showClosedBranches->setChecked(showClosed); 70 m_showClosedBranches->setChecked(showClosed);
71 connect(m_showClosedBranches, SIGNAL(toggled(bool)), 71 connect(m_showClosedBranches, SIGNAL(toggled(bool)),
72 this, SLOT(showClosedChanged(bool))); 72 this, SLOT(showClosedChanged(bool)));
73 optLayout->addWidget(m_showClosedBranches, 0, 1, Qt::AlignRight); 73 optLayout->addWidget(m_showClosedBranches, 0, 1, Qt::AlignRight);
74 // m_showClosedBranches->hide(); 74 m_showClosedBranches->hide();
75 75
76 setLayout(layout); 76 setLayout(layout);
77 } 77 }
78 78
79 HistoryWidget::~HistoryWidget() 79 HistoryWidget::~HistoryWidget()