summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--core/pim/todo/main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/pim/todo/main.cpp b/core/pim/todo/main.cpp
index 73977c2..58ed45c 100644
--- a/core/pim/todo/main.cpp
+++ b/core/pim/todo/main.cpp
@@ -25,8 +25,13 @@
25 25
26#include <qpe/qpeapplication.h> 26#include <qpe/qpeapplication.h>
27 27
28void myMessages( QtMsgType, const char* ) {
29
30}
31
28int main( int argc, char **argv ) 32int main( int argc, char **argv )
29{ 33{
34 qInstallMsgHandler( myMessages );
30 QPEApplication a( argc, argv ); 35 QPEApplication a( argc, argv );
31 36
32 QTime time; 37 QTime time;