~ubuntu-sdk-team/ubuntu-ui-toolkit/locDemo

« back to all changes in this revision

Viewing changes to tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/_qquicklistview.py

  • Committer: Christian Dywan
  • Date: 2014-05-19 13:11:32 UTC
  • mfrom: (1041.2.19 staging)
  • Revision ID: christian.dywan@canonical.com-20140519131132-8syc77nqqotvb744
MergeĀ lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/staging

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
logger = logging.getLogger(__name__)
27
27
 
28
28
 
29
 
class QQuickListView(_flickable.Flickable):
 
29
class QQuickListView(_flickable.QQuickFlickable):
30
30
 
31
31
    @autopilot_logging.log_action(logger.info)
32
32
    def click_element(self, object_name):