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

Fix bug, add "add contact" option, fix warning

parent 88bfc20a
Branches
Tags
No related merge requests found
......@@ -341,6 +341,7 @@ QString Call::getCallNumber() const
void Call::setCallNumber(QString number)
{
callNumber = number;
emit changed();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment