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/driver.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'qt/driver.cxx') 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; } -- cgit v1.1