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
27dc0d87
Commit
27dc0d87
authored
Jan 21, 2011
by
Pawel Polanski
Browse files
Warning fix
parent
e8c5de15
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp
View file @
27dc0d87
...
...
@@ -173,6 +173,8 @@ bool S60DeployStep::init()
case
S60DeployConfiguration
::
CommunicationCodaTcpConnection
:
m_address
=
deployConfiguration
->
deviceAddress
();
m_port
=
deployConfiguration
->
devicePort
().
toInt
();
default:
break
;
}
m_channel
=
deployConfiguration
->
communicationChannel
();
...
...
src/plugins/qt4projectmanager/qt-s60/s60runcontrolbase.h
View file @
27dc0d87
...
...
@@ -73,7 +73,7 @@ protected:
void
setProgress
(
int
value
);
void
cancelProgress
();
inline
int
maxProgress
()
const
;
int
maxProgress
()
const
;
private:
void
startLaunching
();
...
...
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