Skip to content
Snippets Groups Projects
Commit b8f013ce authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Fixes: Remove whatsthis

parent 5b800860
No related branches found
No related tags found
No related merge requests found
......@@ -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()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment