forked from qt-creator/qt-creator
Update examples after documentation has changed
Change-Id: I33f944240ccc1618d2fb9f88d133d67b7d77c20e Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -226,6 +226,8 @@ ExamplesListModel::ExamplesListModel(QObject *parent)
|
||||
{
|
||||
connect(&m_exampleSetModel, &ExampleSetModel::selectedExampleSetChanged,
|
||||
this, &ExamplesListModel::updateExamples);
|
||||
connect(Core::HelpManager::instance(), &Core::HelpManager::documentationChanged,
|
||||
this, &ExamplesListModel::updateExamples);
|
||||
}
|
||||
|
||||
static QString fixStringForTags(const QString &string)
|
||||
|
Reference in New Issue
Block a user