diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-12-26 09:22:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-26 09:22:04 +0100 |
commit | 730c0ef9092cacd2f079aeadc657c0c94ebcc9e6 (patch) | |
tree | 3c5d67524f4be59535ade8c04fe19d1b1c85a905 /lib/connection.h | |
parent | ae0180acc50de443e98bc1c59dee94f0096df2e0 (diff) | |
parent | ebff6633ad464991fdffed1841ec6dc5b34296a2 (diff) | |
download | libquotient-730c0ef9092cacd2f079aeadc657c0c94ebcc9e6.tar.gz libquotient-730c0ef9092cacd2f079aeadc657c0c94ebcc9e6.zip |
Merge #528: Make canChangePassword available from QML
Diffstat (limited to 'lib/connection.h')
-rw-r--r-- | lib/connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/connection.h b/lib/connection.h index 05a3bb7f..52bf3cea 100644 --- a/lib/connection.h +++ b/lib/connection.h @@ -124,6 +124,7 @@ class Connection : public QObject { Q_PROPERTY(bool supportsPasswordAuth READ supportsPasswordAuth NOTIFY loginFlowsChanged STORED false) Q_PROPERTY(bool cacheState READ cacheState WRITE setCacheState NOTIFY cacheStateChanged) Q_PROPERTY(bool lazyLoading READ lazyLoading WRITE setLazyLoading NOTIFY lazyLoadingChanged) + Q_PROPERTY(bool canChangePassword READ canChangePassword NOTIFY capabilitiesLoaded) public: using UsersToDevicesToEvents = |