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
718da90a
Commit
718da90a
authored
Sep 07, 2010
by
Tobias Hunger
Browse files
Fix warning about use of uninitialized value
parent
bcb3bb0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/userfileaccessor.cpp
View file @
718da90a
...
...
@@ -1034,7 +1034,7 @@ QVariantMap Version3Handler::update(Project *, const QVariantMap &map)
// first iteration: search run configurations, get signing info, remove old signing keys
QString
customKeyPath
;
QString
customSignaturePath
;
int
signingMode
;
int
signingMode
=
0
;
// SelfSign
QMapIterator
<
QString
,
QVariant
>
targetIt
(
originalTarget
);
while
(
targetIt
.
hasNext
())
{
targetIt
.
next
();
...
...
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