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
bb6ba565
Commit
bb6ba565
authored
Nov 25, 2010
by
Pawel Polanski
Browse files
A compiler warning fix
parent
dede74de
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/passphraseforkeydialog.cpp
View file @
bb6ba565
...
...
@@ -41,8 +41,8 @@ using namespace Qt4ProjectManager;
PassphraseForKeyDialog
::
PassphraseForKeyDialog
(
const
QString
&
keyName
,
QWidget
*
parent
)
:
QDialog
(
parent
),
m_buttonBox
(
0
),
m_
passphraseEdit
(
0
),
m_
saveCheckBox
(
0
)
m_
saveCheckBox
(
0
),
m_
passphraseEdit
(
0
)
{
QVBoxLayout
*
layout
=
new
QVBoxLayout
(
this
);
...
...
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