From c94afa23120bb72709973ae4711106e6e502fe65 Mon Sep 17 00:00:00 2001 From: zecke Date: Thu, 18 Nov 2004 21:52:24 +0000 Subject: Opie PIM Update (1/2 of it implemented) -Update opiepim.pro to add new files -Provide a stable precompileable headerfile --- (limited to 'libopie2/opiepim/ui') diff --git a/libopie2/opiepim/ui/opimmainwindow.cpp b/libopie2/opiepim/ui/opimmainwindow.cpp index 8ce2062..058a428 100644 --- a/libopie2/opiepim/ui/opimmainwindow.cpp +++ b/libopie2/opiepim/ui/opimmainwindow.cpp @@ -123,7 +123,6 @@ void OPimMainWindow::appMessage( const QCString& cmd, const QByteArray& array ) QDateTime dt; int uid; stream >> dt; stream >> uid; - owarn << " Date: " << dt.toString() << " Uid: " << uid << "" << oendl; QDateTime current = QDateTime::currentDateTime(); if ( current.time().hour() != dt.time().hour() && current.time().minute() != dt.time().minute() ) return; -- cgit v0.9.0.2