Updated Accommodation testing plugin.

This commit is contained in:
2015-11-13 15:13:44 +01:00
parent 7c90c66468
commit de7e0fc9c4
18 changed files with 225 additions and 11 deletions
+3
View File
@@ -10,6 +10,9 @@
class Person : public QObject
{
Q_OBJECT
Q_PROPERTY(QString firstName READ getFirstName WRITE setFirstName)
Q_PROPERTY(QString lastName READ getLastName WRITE setLastName)
public:
Person();