diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-04-11 18:21:12 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-04-22 18:45:40 +0200 |
commit | 7ee76c54fca21bed2b94ebf1e71f723670f135fe (patch) | |
tree | 9d8e967c58728189e5923a8ce9b9f8fa87010641 /qt/README | |
parent | 5da0df2986a62e1254d27c8cfbc383ba580555e1 (diff) |
Add SQLite support to Qt example
Diffstat (limited to 'qt/README')
-rw-r--r-- | qt/README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ employee.hxx establish a bidirectional employee-employer relationship. 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. Finally we use QByteArray - to represent the persons genetic fingerprint. + to store the person's public key. employee-odb.hxx employee-odb.ixx |