Skip to content
Snippets Groups Projects
Commit 8485b932 authored by Philippe Gorley's avatar Philippe Gorley
Browse files

certificatemodel: fix typo

Change-Id: I8ebea4b541518ced08ba087ac677541e61e16b88
parent 0b540bbc
No related branches found
No related tags found
No related merge requests found
...@@ -245,7 +245,7 @@ CertificateNode* CertificateModelPrivate::createCategory(const QString& name, co ...@@ -245,7 +245,7 @@ CertificateNode* CertificateModelPrivate::createCategory(const QString& name, co
// This code avoids leak, but has side effects. // This code avoids leak, but has side effects.
if (m_hStrToCat.contains(name)) { if (m_hStrToCat.contains(name)) {
qWarning() << "Trying to create a certificate node with an already used id." qWarning() << "Trying to create a certificate node with an already used id."
" This can have unforneen consequences"; " This can have unforseen consequences";
return m_hStrToCat[name]; return m_hStrToCat[name];
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment