From fdef8103e849b674c95d01785259e072bcfb5a4b Mon Sep 17 00:00:00 2001 From: zecke Date: Thu, 18 Nov 2004 21:55:17 +0000 Subject: -Kill owarn statements from the code -Kill magic numbers and use enum values --- (limited to 'core/pim/todo/main.cpp') diff --git a/core/pim/todo/main.cpp b/core/pim/todo/main.cpp index d070ff8..a336ba3 100644 --- a/core/pim/todo/main.cpp +++ b/core/pim/todo/main.cpp @@ -37,7 +37,6 @@ int main( int argc, char **argv ) time.start(); Todo::MainWindow mw; int t = time.elapsed(); - Opie::Core::owarn << "QTime " << t/1000 << oendl; mw.setCaption( QObject::tr("Opie Todolist")); QObject::connect( &a, SIGNAL( flush() ), &mw, SLOT( slotFlush() ) ); QObject::connect( &a, SIGNAL( reload() ), &mw, SLOT( slotReload() ) ); -- cgit v0.9.0.2