From e10e8aab78cd70edc606b475d7feca2f0845f780 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 27 Apr 2011 12:34:56 +0200 Subject: Use QtCore prefix when including Qt headers This appears to be more portable. For example, on Mac OS X with -framework QtCore option include does not work while including does. --- odb/qt/date-time/sqlite/default-mapping.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'odb/qt/date-time/sqlite/default-mapping.hxx') diff --git a/odb/qt/date-time/sqlite/default-mapping.hxx b/odb/qt/date-time/sqlite/default-mapping.hxx index 82321af..e497e96 100644 --- a/odb/qt/date-time/sqlite/default-mapping.hxx +++ b/odb/qt/date-time/sqlite/default-mapping.hxx @@ -6,9 +6,9 @@ #ifndef ODB_QT_DATE_TIME_SQLITE_DEFAULT_MAPPING_HXX #define ODB_QT_DATE_TIME_SQLITE_DEFAULT_MAPPING_HXX -#include -#include -#include +#include +#include +#include // Map QDate to SQLite TEXT by default. QDate provides a null representation // so allow NULL values by default. -- cgit v1.1