Skip to content

Commit

Permalink
[qt5.2] Removed a non-functional assignment
Browse files Browse the repository at this point in the history
This line contained an invalid assignment which manifested itself when run in Qt 5.2 environment. Affected eg. voicecall-ui-reference.
  • Loading branch information
locusf committed Dec 2, 2014
1 parent 6460b94 commit 04eee69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/meego/Dialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ Popup {
function __endTransformationToHidden() {
buttonRow.y = statesWrapper.__buttonSaver
titleBar.y = statesWrapper.__titleSaver
backgroundRect = 0.0;
root.opacity = 0.0;
// DialogStatus.Closed is set when Fader has finished its job
}
Expand Down

0 comments on commit 04eee69

Please sign in to comment.