mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 15:32:40 +02:00
fix keyboardRasied typo
This commit is contained in:
parent
51a80af149
commit
ac29616b7c
4 changed files with 0 additions and 4 deletions
|
@ -27,7 +27,6 @@ Rectangle {
|
|||
signal sendToScript(var message);
|
||||
property bool keyboardEnabled: false
|
||||
property bool punctuationMode: false
|
||||
property bool keyboardRasied: false
|
||||
|
||||
function errorMessageBox(message) {
|
||||
try {
|
||||
|
|
|
@ -27,7 +27,6 @@ Rectangle {
|
|||
property bool keyboardEnabled: false
|
||||
property bool keyboardRaised: false
|
||||
property bool punctuationMode: false
|
||||
property bool keyboardRasied: false
|
||||
|
||||
function errorMessageBox(message) {
|
||||
try {
|
||||
|
|
|
@ -26,7 +26,6 @@ Rectangle {
|
|||
property bool keyboardEnabled: false
|
||||
property bool keyboardRaised: false
|
||||
property bool punctuationMode: false
|
||||
property bool keyboardRasied: false
|
||||
|
||||
function errorMessageBox(message) {
|
||||
try {
|
||||
|
|
|
@ -29,7 +29,6 @@ Rectangle {
|
|||
property bool keyboardEnabled: false
|
||||
property bool keyboardRaised: false
|
||||
property bool punctuationMode: false
|
||||
property bool keyboardRasied: false
|
||||
|
||||
function errorMessageBox(message) {
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue