Context Help support for Bauhaus

Task-number: BAUHAUS-451
Reviewed-by: kkoehne
This commit is contained in:
Lasse Holmstedt
2010-03-08 09:47:45 +01:00
parent 1b5bc65645
commit 736963a422
6 changed files with 40 additions and 4 deletions

View File

@@ -688,5 +688,12 @@ void DesignModeWidget::setCurrentDocumentWidget(DocumentWidget *newDocumentWidge
}
}
QString DesignModeWidget::contextHelpId() const
{
if (m_currentDocumentWidget)
return m_currentDocumentWidget->document()->contextHelpId();
return QString();
}
} // namespace Internal
} // namespace Designer