mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-19 14:55:54 -04:00
fixed display of total number of identities
This commit is contained in:
parent
c9d5a9ba30
commit
85f411463b
@ -1419,6 +1419,7 @@ void IdDialog::updateIdList()
|
||||
mIdListModel->setIdentities(*ids) ;
|
||||
delete ids;
|
||||
|
||||
ui->label_count->setText("("+QString::number(mIdListModel->count())+")");
|
||||
});
|
||||
});
|
||||
});
|
||||
|
@ -132,6 +132,8 @@ public:
|
||||
|
||||
void updateIdentityList();
|
||||
|
||||
int count() const { return mIdentities.size() ; } // total number of identities
|
||||
|
||||
static const QString FilterString ;
|
||||
|
||||
// This method will asynchroneously update the data
|
||||
|
Loading…
x
Reference in New Issue
Block a user