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/employee.hxx | |
parent | 8e29be9f2229a6c618f95b725502f7082f02d50a (diff) |
Add Qt example boilerplate code
Diffstat (limited to 'qt/employee.hxx')
-rw-r--r-- | qt/employee.hxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/qt/employee.hxx b/qt/employee.hxx deleted file mode 100644 index 2fc124d..0000000 --- a/qt/employee.hxx +++ /dev/null @@ -1,15 +0,0 @@ -// file : qt/employee.hxx -// author : Constantin Michael <constantin@codesynthesis.com> -// copyright : not copyrighted - public domain - -#ifndef EMPLOYEE_HXX -#define EMPLOYEE_HXX - -#include <QString> - -struct employee -{ - QString name; -}; - -#endif // EMPLOYEE_HXX |