Skip to content

Commit d24ba19

Browse files
committedMar 14, 2017
add Q_PROPERTY for showLockIcon
1 parent ff2d1ad commit d24ba19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/gui/qgspasswordlineedit.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
class GUI_EXPORT QgsPasswordLineEdit : public QLineEdit
3333
{
3434
Q_OBJECT
35+
Q_PROPERTY( bool showLockIcon READ showLockIcon WRITE setShowLockIcon )
3536

3637
public:
3738

0 commit comments

Comments
 (0)
Please sign in to comment.