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:57 +0000 (16:27 +0200)
commit8118a0eefe8c4f696f28bf9107e4c33e95cb9966
tree2f056c668a728aa79df6c823a5ecfc9a4ca4dd45
parent5a450ba7e4487af3c1b0a6803d1ad0fb69a47757
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