Fixes: Remove whatsthis

This commit is contained in:
Friedemann Kleint
2008-12-19 17:49:14 +01:00
parent 5b8008609c
commit b8f013ce4a

View File

@@ -28,6 +28,9 @@ BranchDialog::BranchDialog(QWidget *parent) :
m_localModel(0),
m_remoteModel(0)
{
setModal(true);
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
m_ui->setupUi(this);
m_checkoutButton = m_ui->buttonBox->addButton(tr("Checkout"), QDialogButtonBox::AcceptRole);
connect(m_checkoutButton, SIGNAL(clicked()), this, SLOT(slotCheckoutSelectedBranch()));