aboutsummaryrefslogtreecommitdiff
path: root/qt/employee.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'qt/employee.hxx')
-rw-r--r--qt/employee.hxx15
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