mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-13 16:45:49 -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
1 changed files with 0 additions and 2 deletions
|
@ -79,9 +79,7 @@ IdDialog::IdDialog(QWidget *parent)
|
||||||
timer->connect(timer, SIGNAL(timeout()), this, SLOT(checkUpdate()));
|
timer->connect(timer, SIGNAL(timeout()), this, SLOT(checkUpdate()));
|
||||||
timer->start(1000);
|
timer->start(1000);
|
||||||
|
|
||||||
rsIdentity->generateDummyData();
|
|
||||||
mIdQueue = new TokenQueue(rsIdentity->getTokenService(), this);
|
mIdQueue = new TokenQueue(rsIdentity->getTokenService(), this);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void IdDialog::ListTypeToggled(bool checked)
|
void IdDialog::ListTypeToggled(bool checked)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue