shortcuts: re-add shortcuts and shortcuts view

Gitlab: #2
Change-Id: Ic04fe6f2dfd01c561799d1707601b48058a9c89c
diff --git a/src/utils.h b/src/utils.h
index 4ffc5f2..584662f 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -497,6 +497,8 @@
     Q_INVOKABLE const QString getBestId(const QString &accountId, const QString &uid);
 
     Q_INVOKABLE const QString getCurrAccId();
+    Q_INVOKABLE const QString getCurrConvId();
+    Q_INVOKABLE void makePermanentCurrentConv();
     Q_INVOKABLE const QStringList getCurrAccList();
     Q_INVOKABLE int getAccountListSize();
     Q_INVOKABLE void setCurrentCall(const QString &accountId, const QString &convUid);