diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-05 14:58:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-05 14:58:54 +0200 |
commit | 0e272ec96fbcce93ec3be49eca753a7cd0079893 (patch) | |
tree | 1149c6cf97ac988acba4d458a5f9a1f1a886c992 /qt/driver.cxx | |
parent | 47e38764ebc759c0884921cfb594a215a88dcb98 (diff) |
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.
Diffstat (limited to 'qt/driver.cxx')
-rw-r--r-- | qt/driver.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt/driver.cxx b/qt/driver.cxx index 3d05703..377594f 100644 --- a/qt/driver.cxx +++ b/qt/driver.cxx @@ -144,6 +144,7 @@ main (int argc, char* argv[]) cout << " public key length: " << p->publicKey ().size () << endl << " employer: " << pe->name () << endl + << " id: " << p->id ().toString () << endl << endl; } |