summaryrefslogtreecommitdiffstats
path: root/src/gui/dialog.cpp
diff options
context:
space:
mode:
authorFabian Schillinger2010-11-01 16:53:24 +0100
committerFabian Schillinger2010-11-01 16:53:24 +0100
commit0d97a7378ffe5f6be408201cd1f5595607ed5f87 (patch)
tree78ccd691a67c2f63f8fa4d1032d4cabfae0e80fa /src/gui/dialog.cpp
parent[PVSGUI] parsing cmdargs fixed (diff)
downloadpvs-0d97a7378ffe5f6be408201cd1f5595607ed5f87.tar.gz
pvs-0d97a7378ffe5f6be408201cd1f5595607ed5f87.tar.xz
pvs-0d97a7378ffe5f6be408201cd1f5595607ed5f87.zip
Process start/stop/view functionality
processWidget - shows a list of processes on one client, allows to start ans stop processes processesDialog - shows every processWidget as a tab processesStartDialog - starts process entered in messageEdit added handling of new pvscommands
Diffstat (limited to 'src/gui/dialog.cpp')
-rw-r--r--src/gui/dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialog.cpp b/src/gui/dialog.cpp
index 3c9b7a2..5f24009 100644
--- a/src/gui/dialog.cpp
+++ b/src/gui/dialog.cpp
@@ -30,7 +30,7 @@ Dialog::Dialog(QWidget *parent) :
connect( dui->send, SIGNAL( clicked()), this, SLOT( send()));
connect( dui->cancel, SIGNAL( clicked()), this, SLOT( NotSend()));
- connect(dui->message, SIGNAL(textChanged()), this, SLOT(textchange()));
+ connect( dui->message, SIGNAL(textChanged()), this, SLOT(textchange()));
}
Dialog::~Dialog()