aboutsummaryrefslogtreecommitdiff
path: root/qt/driver.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-05 14:58:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-05 14:58:54 +0200
commit0e272ec96fbcce93ec3be49eca753a7cd0079893 (patch)
tree1149c6cf97ac988acba4d458a5f9a1f1a886c992 /qt/driver.cxx
parent47e38764ebc759c0884921cfb594a215a88dcb98 (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.cxx1
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;
}