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
Tobias Hunger
qt-creator
Commits
01b51fb6
Commit
01b51fb6
authored
Dec 03, 2010
by
Christian Kandeler
Browse files
Maemo: Shut up pseudo-clever compiler.
parent
766e9c1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemoqemuruntimeparser.cpp
View file @
01b51fb6
...
...
@@ -63,7 +63,7 @@ public:
private:
struct
Port
{
Port
()
:
port
(
-
1
)
{}
Port
()
:
port
(
-
1
)
,
ssh
(
false
)
{}
int
port
;
bool
ssh
;
};
...
...
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