Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
b8f013ce
Commit
b8f013ce
authored
Dec 19, 2008
by
Friedemann Kleint
Browse files
Fixes: Remove whatsthis
parent
5b800860
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/git/branchdialog.cpp
View file @
b8f013ce
...
@@ -28,6 +28,9 @@ BranchDialog::BranchDialog(QWidget *parent) :
...
@@ -28,6 +28,9 @@ BranchDialog::BranchDialog(QWidget *parent) :
m_localModel
(
0
),
m_localModel
(
0
),
m_remoteModel
(
0
)
m_remoteModel
(
0
)
{
{
setModal
(
true
);
setWindowFlags
(
windowFlags
()
&
~
Qt
::
WindowContextHelpButtonHint
);
m_ui
->
setupUi
(
this
);
m_ui
->
setupUi
(
this
);
m_checkoutButton
=
m_ui
->
buttonBox
->
addButton
(
tr
(
"Checkout"
),
QDialogButtonBox
::
AcceptRole
);
m_checkoutButton
=
m_ui
->
buttonBox
->
addButton
(
tr
(
"Checkout"
),
QDialogButtonBox
::
AcceptRole
);
connect
(
m_checkoutButton
,
SIGNAL
(
clicked
()),
this
,
SLOT
(
slotCheckoutSelectedBranch
()));
connect
(
m_checkoutButton
,
SIGNAL
(
clicked
()),
this
,
SLOT
(
slotCheckoutSelectedBranch
()));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment