forked from qt-creator/qt-creator
Context Help support for Bauhaus
Task-number: BAUHAUS-451 Reviewed-by: kkoehne
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user