summaryrefslogtreecommitdiffstats
path: root/src/timedatesettings/timezonemodel.h
diff options
context:
space:
mode:
authorKimmo Ollila <kimmo.ollila@theqtcompany.com>2016-02-23 09:13:21 +0200
committerKimmo Ollila <kimmo.ollila@theqtcompany.com>2016-03-02 12:51:24 +0000
commitc6b5855b446c73f8a60cc3d4427fc445e0ba400d (patch)
treeb57f45df2a297335392f56953410a4c3ab599a8d /src/timedatesettings/timezonemodel.h
parentf1d884b6dad5a93d7a3077b6b05d3ec7fcd9a6ea (diff)
Migrate settings UI to use Qt Quick Controls 2
Task-number: QTEE-1057 Change-Id: I389d784241d4b68384765dfde4b572e7652eb76c Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'src/timedatesettings/timezonemodel.h')
-rw-r--r--src/timedatesettings/timezonemodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/timedatesettings/timezonemodel.h b/src/timedatesettings/timezonemodel.h
index 7404954..a57be04 100644
--- a/src/timedatesettings/timezonemodel.h
+++ b/src/timedatesettings/timezonemodel.h
@@ -45,6 +45,8 @@ class TimezoneItem : public QObject
{
Q_OBJECT
Q_PROPERTY(QString id READ id CONSTANT)
+ Q_PROPERTY(QString name READ name CONSTANT)
+ Q_PROPERTY(QString country READ country CONSTANT)
public:
explicit TimezoneItem(const QByteArray& id, QObject *parent=0);
QString name() const;