From 0e272ec96fbcce93ec3be49eca753a7cd0079893 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 5 Sep 2012 14:58:54 +0200 Subject: Support for Qt QUuid persistence This support was added to the basic sub-profile. New test: qt/common/basic. Updated the qt example to use QUuid as an object id. --- qt/README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'qt/README') diff --git a/qt/README b/qt/README index 077edba..2b30003 100644 --- a/qt/README +++ b/qt/README @@ -11,9 +11,10 @@ employee.hxx establish a bidirectional employee-employer relationship. The QList type is used to store the collection of employees employed by the employer. We also use the QDateTime type to store the employee's date - of birth and QString to store the employee's first and last name. A - QSet instance keeps track of the employee's email addresses. Finally - we use QByteArray to store the employee's public key. + of birth and QString to store the employee's first and last name. While + the employee's object id is QUuid and a QSet instance keeps track of + the employee's email addresses. Finally we use QByteArray to store the + employee's public key. employee-odb.hxx employee-odb.ixx -- cgit v1.1