summaryrefslogtreecommitdiffstats
path: root/src/gui/processesDialog.h
diff options
context:
space:
mode:
authorFabian Schillinger2010-11-05 02:03:45 +0100
committerFabian Schillinger2010-11-05 02:03:45 +0100
commit98d31dde1d8c220bd3602d4751c24508a54e3fab (patch)
tree3921ed97778912a00263728dab105f35f6d1f8e6 /src/gui/processesDialog.h
parent[PVSMGRTOUCH] resetall bug fixed (diff)
downloadpvs-98d31dde1d8c220bd3602d4751c24508a54e3fab.tar.gz
pvs-98d31dde1d8c220bd3602d4751c24508a54e3fab.tar.xz
pvs-98d31dde1d8c220bd3602d4751c24508a54e3fab.zip
Process start/stop/view functionality
Cleanup write to logfiles if start/stop/view of processes failed added some prompts stop more then one process at the same time
Diffstat (limited to 'src/gui/processesDialog.h')
-rw-r--r--src/gui/processesDialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/processesDialog.h b/src/gui/processesDialog.h
index 9d98136..d2bcae1 100644
--- a/src/gui/processesDialog.h
+++ b/src/gui/processesDialog.h
@@ -21,7 +21,7 @@ class MainWindow;
class ProcessDialog : public QDialog {
Q_OBJECT
public:
- ProcessDialog(QDialog *parent = 0);
+ ProcessDialog(QDialog *parent = 0, int displayedClientNameEnum = 0);
~ProcessDialog();