More PRNG rationalization

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6274 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville
2015-12-15 01:36:05 +00:00
parent 00f78dd646
commit 3962a3514a
13 changed files with 30 additions and 8 deletions
+4 -1
View File
@@ -28,6 +28,7 @@
#include "SettingsGroup.hpp"
#include "TraceFile.hpp"
#include "mainwindow.h"
#include "lib/init_random_seed.h"
namespace
{
@@ -44,6 +45,8 @@ namespace
int main(int argc, char *argv[])
{
init_random_seed ();
register_types (); // make the Qt magic happen
// Multiple instances:
@@ -56,7 +59,7 @@ int main(int argc, char *argv[])
// consistent format, do this after
// instantiating QApplication so
// that GUI has correct l18n
// Override programs executable basename as application name.
a.setApplicationName ("WSJT-X");
a.setApplicationVersion (version ());