Skip to content
Snippets Groups Projects
Commit 3f1e871f authored by Emmanuel Lepage Vallee's avatar Emmanuel Lepage Vallee
Browse files

Fix last commit

parent eb6bfcae
No related branches found
No related tags found
No related merge requests found
...@@ -236,7 +236,7 @@ bool ContactModel::addContact(Contact* c) ...@@ -236,7 +236,7 @@ bool ContactModel::addContact(Contact* c)
//Deprecate the placeholder //Deprecate the placeholder
if (m_hPlaceholders.contains(c->uid())) { if (m_hPlaceholders.contains(c->uid())) {
Contact* c2 = m_hPlaceholders[c->uid()]; ContactPlaceHolder* c2 = m_hPlaceholders[c->uid()];
if (c2) { if (c2) {
c2->merge(c); c2->merge(c);
m_hPlaceholders[c->uid()] = nullptr; m_hPlaceholders[c->uid()] = nullptr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment