aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2011-05-22 05:58:31 -0500
committerDenis Kenzior <denkenz@gmail.com>2011-05-22 05:58:31 -0500
commit03aaeaf14fce872fb3b2eeaac4bbbf7a99c5c1a1 (patch)
tree2a16a16080aad2a504ef25bb97364334ffd146dd
parent7ee388051a24bcc16eb5f215f7079c614c05e534 (diff)
downloadphonesim-03aaeaf14fce872fb3b2eeaac4bbbf7a99c5c1a1.tar.gz
control: Also reset the table when hanging up
-rw-r--r--src/control.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control.cpp b/src/control.cpp
index 2fc627f..2666b4c 100644
--- a/src/control.cpp
+++ b/src/control.cpp
@@ -216,6 +216,7 @@ void ControlWidget::setCssuEnabled( bool enableCSSU )
void ControlWidget::clearCallView()
{
+ ui->twCallMgt->setRowCount(0);
ui->twCallMgt->clearContents();
}