mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-20 03:48:16 -04:00
moved SSL part of friend list into a separate function
This commit is contained in:
parent
9312d0cb3a
commit
a52451b72c
2 changed files with 308 additions and 284 deletions
|
@ -35,6 +35,7 @@ namespace Ui {
|
|||
class RSTreeWidgetItemCompareRole;
|
||||
class QTreeWidgetItem;
|
||||
class QToolButton;
|
||||
struct PgpItemInfo;
|
||||
|
||||
class FriendList : public RsAutoUpdatePage
|
||||
{
|
||||
|
@ -137,6 +138,7 @@ private:
|
|||
bool importExportFriendlistFileDialog(QString &fileName, bool import);
|
||||
bool exportFriendlist(QString &fileName);
|
||||
bool importFriendlist(QString &fileName, bool &errorPeers, bool &errorGroups);
|
||||
void manageProfileLocations(QTreeWidgetItem *gpgItem,const RsPgpId& gpg_id,PgpItemInfo& info);
|
||||
|
||||
private slots:
|
||||
void groupsChanged();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue