Skip to content
Snippets Groups Projects
Commit 44d1b9f3 authored by Marco Bubke's avatar Marco Bubke Committed by Tim Jenssen
Browse files

QmlDesigner: Change name to itemVisible


Change-Id: I9eb034292f79da8d3060f7f4a917a9e2c11eeb83
Reviewed-by: default avatarTim Jenssen <tim.jenssen@digia.com>
parent cec401d8
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ class ItemLibraryItem: public QObject {
Q_PROPERTY(QString itemName READ itemName FINAL)
Q_PROPERTY(QString itemLibraryIconPath READ itemLibraryIconPath FINAL)
Q_PROPERTY(QVariant sortingRole READ sortingRole FINAL)
Q_PROPERTY(QVariant visible READ isVisible NOTIFY visibilityChanged FINAL)
Q_PROPERTY(bool itemVisible READ isVisible NOTIFY visibilityChanged FINAL)
public:
ItemLibraryItem(QObject *parent);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment