aboutsummaryrefslogtreecommitdiff
path: root/qt/README
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-04-11 18:21:12 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-04-22 18:45:40 +0200
commit7ee76c54fca21bed2b94ebf1e71f723670f135fe (patch)
tree9d8e967c58728189e5923a8ce9b9f8fa87010641 /qt/README
parent5da0df2986a62e1254d27c8cfbc383ba580555e1 (diff)
Add SQLite support to Qt example
Diffstat (limited to 'qt/README')
-rw-r--r--qt/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/README b/qt/README
index b67eea4..111a39b 100644
--- a/qt/README
+++ b/qt/README
@@ -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