From 2f495f3bd85efb1065e524864a692868276ac948 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 30 Nov 2010 00:07:08 +0100 Subject: [PVSMGRTOUCH] ProfileDialog close bug fixed --- src/gui/mainWindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/mainWindow.cpp b/src/gui/mainWindow.cpp index cb2dc25..e07e283 100644 --- a/src/gui/mainWindow.cpp +++ b/src/gui/mainWindow.cpp @@ -142,7 +142,6 @@ MainWindow::MainWindow(QWidget *parent, Qt::WindowFlags flags) : connect(ui->action_Maximize, SIGNAL(triggered()), this, SLOT(closeUp())); connect(ui->action_Screenshot, SIGNAL(triggered()), this, SLOT(foto())); connect(ui->action_Lock_All, SIGNAL(triggered()), this, SLOT(lockalltoolbar())); - connect(ui->action_Manage_Profiles, SIGNAL(triggered()), this, SLOT(createProfile())); connect(ui->action_Config_Network, SIGNAL(triggered()), this, SLOT(configureNetwork())); connect(ui->action_Show_Processes, SIGNAL(triggered()), this, SLOT(showProcesses())); connect(ui->action_Start_Processes, SIGNAL(triggered()), this, SLOT(startProcess())); -- cgit v1.2.3-55-g7522