Skip to content

Commit

Permalink
Added _QtScript.ASSIGN
Browse files Browse the repository at this point in the history
  • Loading branch information
BuvinJ committed Jan 14, 2021
1 parent 3b16cf8 commit c188f8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions distbuilder/qt_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,8 @@ class _QtIfwScript:
TRUE = "true"
FALSE = "false"

ASSIGN = " = "

NOT = "! "
EQUAL_TO = " == "
NOT_EQUAL_TO = " != "
Expand Down
2 changes: 2 additions & 0 deletions docs/LowLevel.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,8 @@ Static Constants :
NULL
TRUE
FALSE

ASSIGN
NOT
EQUAL_TO
Expand Down

0 comments on commit c188f8f

Please sign in to comment.