1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

OP-537 Fixed tooltips info

This commit is contained in:
zedamota 2011-06-21 19:14:39 +01:00
parent 59352a2e9a
commit 61956d1ed2

View File

@ -179,7 +179,7 @@ ConfigInputWidget::ConfigInputWidget(QWidget *parent) : ConfigTaskWidget(parent)
// Connect the help button
connect(m_config->inputHelp, SIGNAL(clicked()), this, SLOT(openHelp()));
updateTips(Qt::Unchecked);
}