Code review comment for lp:~mzanetti/unity8/rework-quicklist-visuals

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

"""
- dragLauncherIntoView();
+ revealer.dragLauncherIntoView();
"""

"""
- dragLauncherIntoView();
+ revealer.dragLauncherIntoView();
"""

There's no "revealer" anymore in tst_Launcher.qml after the refactoring done by touchOwnership branch.

review: Needs Fixing

« Back to merge proposal