Browse Source

small changes

cl-refactor
yann300 10 years ago
parent
commit
dfe174f4e0
  1. 1
      mix/qml/StatusPane.qml

1
mix/qml/StatusPane.qml

@ -114,7 +114,6 @@ Rectangle {
target: codeModel target: codeModel
onCompilationComplete: onCompilationComplete:
{ {
console.log("compilation complete ...");
goToLine.visible = false; goToLine.visible = false;
updateStatus(); updateStatus();
} }

Loading…
Cancel
Save