forked from qt-creator/qt-creator
Maemo: Remove tooltip.
This commit is contained in:
@@ -20,7 +20,6 @@ MaemoDeployStepWidget::MaemoDeployStepWidget(MaemoDeployStep *step) :
|
||||
m_step(step)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
ui->mountPortSpinBox->setToolTip(ui->mountPortLabel->toolTip());
|
||||
|
||||
connect(m_step->deployables(), SIGNAL(modelsCreated()), this,
|
||||
SLOT(handleModelsCreated()));
|
||||
|
@@ -46,8 +46,7 @@
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="mountPortLabel">
|
||||
<property name="toolTip">
|
||||
<string>The port on the device to use for mounting the host disk during deployment.
|
||||
Note: On Windows, several consecutive ports may be used, starting with the one set here.</string>
|
||||
<string/>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Mount port:</string>
|
||||
|
Reference in New Issue
Block a user