All: Reformat according to new standard
This commit is contained in:
committed by
Kacper Donat
parent
eafd18dac0
commit
25c3ba7338
@@ -40,7 +40,8 @@ TaskAssemblyMessages::TaskAssemblyMessages(ViewProviderAssembly* vp)
|
||||
{
|
||||
// NOLINTBEGIN
|
||||
connectionSetUp = vp->signalSetUp.connect(
|
||||
std::bind(&TaskAssemblyMessages::slotSetUp, this, sp::_1, sp::_2, sp::_3, sp::_4));
|
||||
std::bind(&TaskAssemblyMessages::slotSetUp, this, sp::_1, sp::_2, sp::_3, sp::_4)
|
||||
);
|
||||
// NOLINTEND
|
||||
}
|
||||
|
||||
@@ -58,8 +59,10 @@ void TaskAssemblyMessages::updateToolTip(const QString& link)
|
||||
setLinkTooltip(tr("Click to select these redundant joints."));
|
||||
}
|
||||
else if (link == QStringLiteral("#dofs")) {
|
||||
setLinkTooltip(tr("The assembly has unconstrained components giving rise to those "
|
||||
"Degrees Of Freedom. Click to select these unconstrained components."));
|
||||
setLinkTooltip(
|
||||
tr("The assembly has unconstrained components giving rise to those "
|
||||
"Degrees Of Freedom. Click to select these unconstrained components.")
|
||||
);
|
||||
}
|
||||
else if (link == QStringLiteral("#malformed")) {
|
||||
setLinkTooltip(tr("Click to select these malformed joints."));
|
||||
|
||||
Reference in New Issue
Block a user