summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot2010-11-30 00:07:08 +0100
committerroot2010-11-30 00:07:08 +0100
commit2f495f3bd85efb1065e524864a692868276ac948 (patch)
tree5ad5aeb2afbeaaac7d178630885156a9987dc61f
parent[PVSMGR] Fullscreen mode added (diff)
downloadpvs-2f495f3bd85efb1065e524864a692868276ac948.tar.gz
pvs-2f495f3bd85efb1065e524864a692868276ac948.tar.xz
pvs-2f495f3bd85efb1065e524864a692868276ac948.zip
[PVSMGRTOUCH] ProfileDialog close bug fixed
-rw-r--r--src/gui/mainWindow.cpp1
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()));