From f47835fb49fd059d898c1d74ab6e317c001e7e1e Mon Sep 17 00:00:00 2001 From: Björn Hagemeister Date: Mon, 14 Apr 2014 17:29:29 +0200 Subject: Changed session name to be random at the beginning of each session.# Please enter the commit message for your changes. Lines starting --- src/server/mainwindow/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/mainwindow/mainwindow.cpp') diff --git a/src/server/mainwindow/mainwindow.cpp b/src/server/mainwindow/mainwindow.cpp index 50f70cc..f4c1809 100644 --- a/src/server/mainwindow/mainwindow.cpp +++ b/src/server/mainwindow/mainwindow.cpp @@ -42,7 +42,7 @@ MainWindow::MainWindow(QWidget* parent) : _sessionNameWindow = new SessionNameWindow(this); ui->setupUi(this); - Global::setSessionName("1234"); + Global::setSessionName(); //conWin = new ConnectionWindow(ui->widget); //ui->VconWinLayout->addWidget(conWin); -- cgit v1.2.3-55-g7522