aboutsummaryrefslogtreecommitdiff
path: root/qt/README
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-03-25 17:48:23 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-04-22 17:54:50 +0200
commit42a45c8f42888ab6138c45e3b2cbfec50edf6d03 (patch)
tree9ae39bb2552ae26d96837033f6ac205dc236a11c /qt/README
parent8e29be9f2229a6c618f95b725502f7082f02d50a (diff)
Add Qt example boilerplate code
Diffstat (limited to 'qt/README')
-rw-r--r--qt/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/qt/README b/qt/README
index 4e94255..94663e1 100644
--- a/qt/README
+++ b/qt/README
@@ -4,13 +4,13 @@ containers, and value types with the help of the Qt profile library
The example consists of the following files:
-employee.hxx
+person.hxx
Describe contents.
-employee-odb.hxx
-employee-odb.ixx
-employee-odb.cxx
-employee.sql
+person-odb.hxx
+person-odb.ixx
+person-odb.cxx
+person.sql
The first three files contain the database support code and the last file
contains the database schema for the employee.hxx header.