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
c41d9412
Commit
c41d9412
authored
Jan 24, 2011
by
Friedemann Kleint
Browse files
Symbian: Fix runtime warnings.
parent
53e72b0b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/s60createpackagestep.cpp
View file @
c41d9412
...
...
@@ -627,7 +627,7 @@ void S60CreatePackageStep::checkForCancel()
QString
S60CreatePackageStep
::
generateKeyId
(
const
QString
&
keyPath
)
const
{
if
(
keyPath
.
is
Null
())
if
(
keyPath
.
is
Empty
())
return
QString
();
QFile
file
(
keyPath
);
...
...
src/plugins/qt4projectmanager/qt-s60/trkruncontrol.cpp
View file @
c41d9412
...
...
@@ -165,7 +165,7 @@ void TrkRunControl::processStopped(uint pc, uint pid, uint tid, const QString &r
QMessageBox
*
TrkRunControl
::
createTrkWaitingMessageBox
(
const
QString
&
port
,
QWidget
*
parent
)
{
const
QString
title
=
tr
(
"Waiting for App TRK"
);
const
QString
text
=
tr
(
"Qt Creator is waiting for the TRK application to connect.<br>"
const
QString
text
=
tr
(
"Qt Creator is waiting for the TRK application to connect
on %1
.<br>"
"Please make sure the application is running on "
"your mobile phone and the right port is "
"configured in the project settings."
).
arg
(
port
);
...
...
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