mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
removed generateDummyData() call from GUI (now handled in libretroshare)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5916 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4438303d55
commit
30ea727333
@ -79,9 +79,7 @@ IdDialog::IdDialog(QWidget *parent)
|
||||
timer->connect(timer, SIGNAL(timeout()), this, SLOT(checkUpdate()));
|
||||
timer->start(1000);
|
||||
|
||||
rsIdentity->generateDummyData();
|
||||
mIdQueue = new TokenQueue(rsIdentity->getTokenService(), this);
|
||||
|
||||
}
|
||||
|
||||
void IdDialog::ListTypeToggled(bool checked)
|
||||
|
Loading…
Reference in New Issue
Block a user