aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/QtPropertyBrowser/src/qtpropertybrowser.h
diff options
context:
space:
mode:
authorEddie Hung <e.hung@imperial.ac.uk>2018-07-25 17:41:23 -0700
committerEddie Hung <e.hung@imperial.ac.uk>2018-07-25 17:41:23 -0700
commit7c8c13aba14ee51851506e0c1cfc0c995db21102 (patch)
treefc2f58e44bf0f21b76f8ea31485458ddf5c60df6 /3rdparty/QtPropertyBrowser/src/qtpropertybrowser.h
parent1fa738bd881f2951465586ae20f81f33743db73f (diff)
parent7a8e8999d21205044e707a2765dc444531d69cef (diff)
downloadnextpnr-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.h2
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;