summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo
Unidiff
Diffstat (limited to 'noncore/settings/sysinfo') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/sysinfo/processinfo.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/settings/sysinfo/processinfo.cpp b/noncore/settings/sysinfo/processinfo.cpp
index 2232771..1de1a19 100644
--- a/noncore/settings/sysinfo/processinfo.cpp
+++ b/noncore/settings/sysinfo/processinfo.cpp
@@ -174,2 +174,5 @@ void ProcessInfo::slotSendClicked()
174 { 174 {
175 currprocess = ProcessView->currentItem();
176 if ( currprocess )
177 {
175 QString sigstr = SignalCB->currentText(); 178 QString sigstr = SignalCB->currentText();
@@ -179,2 +182,3 @@ void ProcessInfo::slotSendClicked()
179 } 182 }
183 }
180 184