diff options
author | Eddie Hung <e.hung@imperial.ac.uk> | 2018-07-25 17:41:23 -0700 |
---|---|---|
committer | Eddie Hung <e.hung@imperial.ac.uk> | 2018-07-25 17:41:23 -0700 |
commit | 7c8c13aba14ee51851506e0c1cfc0c995db21102 (patch) | |
tree | fc2f58e44bf0f21b76f8ea31485458ddf5c60df6 /3rdparty/QtPropertyBrowser/src/qtpropertybrowser.h | |
parent | 1fa738bd881f2951465586ae20f81f33743db73f (diff) | |
parent | 7a8e8999d21205044e707a2765dc444531d69cef (diff) | |
download | nextpnr-7c8c13aba14ee51851506e0c1cfc0c995db21102.tar.gz nextpnr-7c8c13aba14ee51851506e0c1cfc0c995db21102.tar.bz2 nextpnr-7c8c13aba14ee51851506e0c1cfc0c995db21102.zip |
Merge remote-tracking branch 'origin/master' into redist_slack
Diffstat (limited to '3rdparty/QtPropertyBrowser/src/qtpropertybrowser.h')
-rw-r--r-- | 3rdparty/QtPropertyBrowser/src/qtpropertybrowser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/3rdparty/QtPropertyBrowser/src/qtpropertybrowser.h b/3rdparty/QtPropertyBrowser/src/qtpropertybrowser.h index c4c6275b..1ca87830 100644 --- a/3rdparty/QtPropertyBrowser/src/qtpropertybrowser.h +++ b/3rdparty/QtPropertyBrowser/src/qtpropertybrowser.h @@ -83,6 +83,7 @@ public: QString propertyName() const; QString propertyId() const; bool isEnabled() const; + bool isSelectable() const; bool isModified() const; bool hasValue() const; @@ -97,6 +98,7 @@ public: void setPropertyName(const QString &text); void setPropertyId(const QString &text); void setEnabled(bool enable); + void setSelectable(bool selectable); void setModified(bool modified); bool isSubProperty()const; |