fix ContactMethod/Account association

Adding a new contact by its registered username was correctly linking
it to the current selected account but adding it with a raw RingID
wasn't doing this step. A consequence of this was a fail when sending
a contact request to a new contact added by RingID.

The account associated to a ContactMethod is now set in both cases.

Moreover, a method was added to retrieve the current selected account
as it is often needed in CallWidget.

Change-Id: Ie1476ad85a5e624d7684a95fad37abc01a2d23ee
Reviewed-by: Olivier Soldano <olivier.soldano@savoirfairelinux.com>
diff --git a/callwidget.h b/callwidget.h
index d9f11a3..46beaf1 100644
--- a/callwidget.h
+++ b/callwidget.h
@@ -129,4 +129,5 @@
     void searchContactLineEditEntry(const URI &uri);
     bool uriNeedNameLookup(const URI uri_passed);
     void processContactLineEdit();
+    static Account* getSelectedAccount();
 };