aboutsummaryrefslogtreecommitdiff
path: root/qt/employee.hxx
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/employee.hxx
parent5da0df2986a62e1254d27c8cfbc383ba580555e1 (diff)
Add SQLite support to Qt example
Diffstat (limited to 'qt/employee.hxx')
-rw-r--r--qt/employee.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/qt/employee.hxx b/qt/employee.hxx
index 1e39993..60c6980 100644
--- a/qt/employee.hxx
+++ b/qt/employee.hxx
@@ -86,7 +86,10 @@ public:
const QDate& born,
const QByteArray& public_key,
shared_ptr<employer_type> employer)
- : first_ (first), last_ (last), born_(born), public_key_(public_key),
+ : first_ (first),
+ last_ (last),
+ born_ (born),
+ public_key_ (public_key),
employer_ (employer)
{
}