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
9c4d7f1a
Commit
9c4d7f1a
authored
Jun 10, 2010
by
Tobias Hunger
Browse files
Improve "Waiting for TRK" dialog
Task-number: QTCREATORBUG-1552
parent
5d5f647f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/s60devicerunconfiguration.cpp
View file @
9c4d7f1a
...
...
@@ -791,7 +791,10 @@ QMessageBox *S60DeviceRunControlBase::createTrkWaitingMessageBox(const QString &
const
QString
title
=
QCoreApplication
::
translate
(
"Qt4ProjectManager::Internal::S60DeviceRunControlBase"
,
"Waiting for App TRK"
);
const
QString
text
=
QCoreApplication
::
translate
(
"Qt4ProjectManager::Internal::S60DeviceRunControlBase"
,
"Please start App TRK on %1."
).
arg
(
port
);
"Qt creator waiting for the TRK application.<br>"
"Please make sure the application is running on "
"your mobile phone and the right port is "
"configured in the project settings."
).
arg
(
port
);
QMessageBox
*
rc
=
new
QMessageBox
(
QMessageBox
::
Information
,
title
,
text
,
QMessageBox
::
Cancel
,
parent
);
return
rc
;
...
...
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