Use qsrand initialization from Qt examples
authorManuel Nickschas <sputnick@quassel-irc.org>
Sat, 21 Jun 2008 14:27:36 +0000 (16:27 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 21 Jun 2008 14:27:36 +0000 (16:27 +0200)
commita452f552e43af755fa0dc854f7fc11d3977f6e9a
tree4234c4220d3da6c252d3fa880edbb007e44b6792
parent911ef2eb93db3f86c160dfe22fd186f2221e1d76
Use qsrand initialization from Qt examples

Since for some bizarre (and locally unreproducable) reason the default
nick for newly created identities seems to be "quassel251" for many people,
we try a different way of seeding the random generator. No idea why localtime
wouldn't work...
src/common/main.cpp