Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
6e4160f4
Commit
6e4160f4
authored
Jun 28, 2010
by
hjk
Browse files
vcsbase: slightly robuster initialization
parent
5c6daa77
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/vcsbase/vcsbasesubmiteditor.cpp
View file @
6e4160f4
...
...
@@ -107,9 +107,9 @@ VCSBaseSubmitEditorPrivate::VCSBaseSubmitEditorPrivate(const VCSBaseSubmitEditor
m_widget
(
editorWidget
),
m_toolWidget
(
0
),
m_parameters
(
parameters
),
m_file
(
new
VCSBase
::
Internal
::
SubmitEditorFile
(
QLatin1String
(
m_
parameters
->
mimeType
),
q
)),
m_file
(
new
VCSBase
::
Internal
::
SubmitEditorFile
(
QLatin1String
(
parameters
->
mimeType
),
q
)),
m_nickNameDialog
(
0
),
m_contexts
(
m_
parameters
->
context
)
m_contexts
(
parameters
->
context
)
{
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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