Updated Accommodation testing plugin.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user