From 9607d7d0953b0fbb128d23d3cb2effa9fe0657c4 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Fri, 28 Jun 2002 12:33:08 +0000 Subject: patch for more signales by Michael Lauer --- diff --git a/noncore/settings/sysinfo/processdetail.cpp b/noncore/settings/sysinfo/processdetail.cpp index ef612e6..5c0d335 100644 --- a/noncore/settings/sysinfo/processdetail.cpp +++ b/noncore/settings/sysinfo/processdetail.cpp @@ -41,7 +41,11 @@ ProcessDetail::ProcessDetail( QWidget* parent, const char* name, WFlags fl ) SignalCB = new QComboBox( FALSE, this, "SignalCB" ); SignalCB->insertItem( " 1: SIGHUP" ); SignalCB->insertItem( " 2: SIGINT" ); + SignalCB->insertItem( " 3: SIGQUIT" ); + SignalCB->insertItem( " 5: SIGTRAP" ); + SignalCB->insertItem( " 6: SIGABRT" ); SignalCB->insertItem( " 9: SIGKILL" ); + SignalCB->insertItem( "14: SIGALRM" ); SignalCB->insertItem( "15: SIGTERM" ); SignalCB->insertItem( "18: SIGCONT" ); SignalCB->insertItem( "19: SIGSTOP" ); -- cgit v0.9.0.2