Skip to content
GitLab
Menu
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
763eac53
Commit
763eac53
authored
Jan 14, 2011
by
Friedemann Kleint
Browse files
Symbian: Fix warnings.
parent
9e0c8ba8
Changes
1
Show whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp
View file @
763eac53
...
...
@@ -111,8 +111,8 @@ S60DeployStep::S60DeployStep(ProjectExplorer::BuildStepList *bc,
m_eventLoop
(
0
),
m_state
(
StateUninit
),
m_putWriteOk
(
false
),
m_putChunkSize
(
DEFAULT_CHUNK_SIZE
),
m_putLastChunkSize
(
0
),
m_putChunkSize
(
DEFAULT_CHUNK_SIZE
),
m_currentFileIndex
(
0
),
m_channel
(
bs
->
m_channel
),
m_deployCanceled
(
false
)
...
...
@@ -129,8 +129,8 @@ S60DeployStep::S60DeployStep(ProjectExplorer::BuildStepList *bc):
m_eventLoop
(
0
),
m_state
(
StateUninit
),
m_putWriteOk
(
false
),
m_putChunkSize
(
DEFAULT_CHUNK_SIZE
),
m_putLastChunkSize
(
0
),
m_putChunkSize
(
DEFAULT_CHUNK_SIZE
),
m_currentFileIndex
(
0
),
m_channel
(
S60DeployConfiguration
::
CommunicationSerialConnection
),
m_deployCanceled
(
false
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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