From dc30b84bb9c3759bcfee5e6d162395cad9873465 Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 30 Aug 2004 13:31:01 +0000 Subject: Fix warnings, add sanity check, new default argument to fix warning... --- (limited to 'libopie2/opiedb/osqlresult.cpp') diff --git a/libopie2/opiedb/osqlresult.cpp b/libopie2/opiedb/osqlresult.cpp index 268ac8e..a34ab2f 100644 --- a/libopie2/opiedb/osqlresult.cpp +++ b/libopie2/opiedb/osqlresult.cpp @@ -71,10 +71,12 @@ QDate OSQLResultItem::dataToDate( int column, bool *ok ) { } QDateTime OSQLResultItem::dataToDateTime( const QString& column, bool *ok ) { +// #FIXME xxx QDateTime time = QDateTime::currentDateTime(); return time; } QDateTime OSQLResultItem::dataToDateTime( int column, bool *ok ) { +// #FIXME xxx QDateTime time = QDateTime::currentDateTime(); return time; } -- cgit v0.9.0.2