mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-15 10:49:32 -04:00
fixed display of total number of identities
This commit is contained in:
parent
c9d5a9ba30
commit
85f411463b
2 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue