added a friend recommendation menu entry in Home drop menu, and created the dialog to create/send the recommendations

This commit is contained in:
csoler 2017-01-22 21:06:11 +01:00
parent dc43611dd4
commit 214fbc7957
6 changed files with 232 additions and 1 deletions

View file

@ -53,7 +53,8 @@ private slots:
void runEmailClient();
void copyCert();
void saveCert();
void addFriend();
void recommendFriends();
void addFriend();
private:
Ui::HomePage *ui;