This commit is contained in:
Martin Marmsoler
2020-10-11 13:19:20 +02:00
parent 70ef559874
commit b69dea1747
3 changed files with 32 additions and 10 deletions

View File

@@ -118,7 +118,7 @@ int DiagramContext::count() {
/**
* @brief DiagramContext::keyMustShow
* @return the value pairs with key, if key no found, return false
* @return the value pairs with key, if key not found, return false
*/
bool DiagramContext::keyMustShow(const QString &key) const {
if (m_content_show.contains(key))