aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/date-time/sqlite/qtime-traits.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-04-24 09:18:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-04-24 09:18:51 +0200
commit302ec6774a0dc0ab333462c9fbd0933f33c64e54 (patch)
treee517b0f0574412d0bb419ab5028483d8601fa21a /odb/qt/date-time/sqlite/qtime-traits.hxx
parent2d1104b1e3cfbf394981c39d8828598599dee5d6 (diff)
Get rid of image type argument in value traits template
Diffstat (limited to 'odb/qt/date-time/sqlite/qtime-traits.hxx')
-rw-r--r--odb/qt/date-time/sqlite/qtime-traits.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/qt/date-time/sqlite/qtime-traits.hxx b/odb/qt/date-time/sqlite/qtime-traits.hxx
index 84721ee..cf139b0 100644
--- a/odb/qt/date-time/sqlite/qtime-traits.hxx
+++ b/odb/qt/date-time/sqlite/qtime-traits.hxx
@@ -22,7 +22,7 @@ namespace odb
namespace sqlite
{
template <>
- class default_value_traits<QTime, details::buffer, id_text>
+ class default_value_traits<QTime, id_text>
{
public:
typedef QTime value_type;
@@ -74,7 +74,7 @@ namespace odb
// integer value represents seconds since midnight.
//
template <>
- class default_value_traits<QTime, long long, id_integer>
+ class default_value_traits<QTime, id_integer>
{
public:
typedef QTime value_type;