summaryrefslogtreecommitdiff
path: root/core/pim/todo/tableview.cpp
authorzecke <zecke>2002-12-10 16:55:46 (UTC)
committer zecke <zecke>2002-12-10 16:55:46 (UTC)
commit36375df6ff103e52455823f7afd64c4f4ae7fcb8 (patch) (unidiff)
tree7a74ca6c05e1d4def7d43de5b5441bed497406ba /core/pim/todo/tableview.cpp
parent1bc8aa236cf01e0221e3c2748b2ab3eec4f0817a (diff)
downloadopie-36375df6ff103e52455823f7afd64c4f4ae7fcb8.zip
opie-36375df6ff103e52455823f7afd64c4f4ae7fcb8.tar.gz
opie-36375df6ff103e52455823f7afd64c4f4ae7fcb8.tar.bz2
Shut up the compiler
Diffstat (limited to 'core/pim/todo/tableview.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/tableview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/todo/tableview.cpp b/core/pim/todo/tableview.cpp
index 0f683c9..2434150 100644
--- a/core/pim/todo/tableview.cpp
+++ b/core/pim/todo/tableview.cpp
@@ -170,13 +170,13 @@ void TableView::updateView( ) {
170 if ( it.count() == 0 ) 170 if ( it.count() == 0 )
171 killTimer(id); 171 killTimer(id);
172 172
173 int elc = time.elapsed(); 173// int elc = time.elapsed();
174 setUpdatesEnabled( true ); 174 setUpdatesEnabled( true );
175 viewport()->setUpdatesEnabled( true ); 175 viewport()->setUpdatesEnabled( true );
176 viewport()->update(); 176 viewport()->update();
177 177
178 m_enablePaint = true; 178 m_enablePaint = true;
179 int el = time.elapsed(); 179// int el = time.elapsed();
180} 180}
181void TableView::setTodo( int, const OTodo&) { 181void TableView::setTodo( int, const OTodo&) {
182 sort(); 182 sort();