diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-03-25 17:48:23 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-04-22 17:54:50 +0200 |
commit | 42a45c8f42888ab6138c45e3b2cbfec50edf6d03 (patch) | |
tree | 9ae39bb2552ae26d96837033f6ac205dc236a11c /qt/README | |
parent | 8e29be9f2229a6c618f95b725502f7082f02d50a (diff) |
Add Qt example boilerplate code
Diffstat (limited to 'qt/README')
-rw-r--r-- | qt/README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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. |