Skip to content

Commit

Permalink
Merge branch 'feature/plugin_description_markdown' of https://github.…
Browse files Browse the repository at this point in the history
…com/ManiVaultStudio/core into feature/plugin_description_markdown
  • Loading branch information
ThomasKroes committed Nov 25, 2024
2 parents 7b14fb5 + 34ed681 commit e086781
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ DataHierarchyPlugin::DataHierarchyPlugin(const PluginFactory* factory) :

getLearningCenterAction().setShortDescription("Hierarchical overview of all loaded data");
//getLearningCenterAction().setLongDescriptionMarkdown(QString::fromStdString(longDescriptionMarkdown));

getLearningCenterAction().addVideos(QStringList({ "Practitioner", "Developer" }));


}

void DataHierarchyPlugin::init()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ DataPropertiesPlugin::DataPropertiesPlugin(const PluginFactory* factory) :

getLearningCenterAction().setShortDescription("Data properties of the selected dataset(s)");
//getLearningCenterAction().setLongDescriptionMarkdown(QString::fromStdString(longDescriptionMarkdown));

getLearningCenterAction().addVideos(QStringList({ "Practitioner", "Developer" }));
}

Expand Down
1 change: 0 additions & 1 deletion ManiVault/src/private/HelpManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,3 @@ const VideosModel& HelpManager::getVideosModel() const
}

}

0 comments on commit e086781

Please sign in to comment.