From 472fe3ded907ab6de33a63dce7fe1d8b09e28c37 Mon Sep 17 00:00:00 2001 From: Fabian Schillinger Date: Mon, 8 Nov 2010 13:38:45 +0100 Subject: modified showprocesses --- src/gui/processWidget.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/gui/processWidget.cpp') diff --git a/src/gui/processWidget.cpp b/src/gui/processWidget.cpp index ac0b419..38dd2ae 100644 --- a/src/gui/processWidget.cpp +++ b/src/gui/processWidget.cpp @@ -128,16 +128,6 @@ void ProcessWidget::stopProcess() } //tell client to update his list sendCommand("SHOWPROCESSES", ""); - /* - QMessageBox::StandardButton start = QMessageBox::question(0, - tr("PVS Start Process"), tr("Do you want to stop the process: ") + prowui->processTable->item(prowui->processTable->currentRow(),1)->text() + - tr(" on this Client?"), - QMessageBox::Ok | QMessageBox::Cancel, QMessageBox::Ok); - if (start == QMessageBox::Ok) - { - sendCommand("KILLPROCESS", prowui->processTable->item(prowui->processTable->currentRow(),0)->text()); - sendCommand("SHOWPROCESSES", ""); - }*/ } } -- cgit v1.2.3-55-g7522