diff options
author | root | 2010-11-30 00:07:08 +0100 |
---|---|---|
committer | root | 2010-11-30 00:07:08 +0100 |
commit | 2f495f3bd85efb1065e524864a692868276ac948 (patch) | |
tree | 5ad5aeb2afbeaaac7d178630885156a9987dc61f | |
parent | [PVSMGR] Fullscreen mode added (diff) | |
download | pvs-2f495f3bd85efb1065e524864a692868276ac948.tar.gz pvs-2f495f3bd85efb1065e524864a692868276ac948.tar.xz pvs-2f495f3bd85efb1065e524864a692868276ac948.zip |
[PVSMGRTOUCH] ProfileDialog close bug fixed
-rw-r--r-- | src/gui/mainWindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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())); |