~abreu-alexandre/oxide/location-provider-app-lifecycle

« back to all changes in this revision

Viewing changes to qt/core/api/oxideqloadevent.h

  • Committer: Chris Coulson
  • Date: 2014-12-09 17:21:46 UTC
  • Revision ID: chris.coulson@canonical.com-20141209172146-6v2zoacbz7sdy2px
VersionĀ LoadEvent.isError

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
  Q_PROPERTY(QUrl originalUrl READ originalUrl CONSTANT)
39
39
 
40
 
  Q_PROPERTY(bool isError READ isError CONSTANT)
 
40
  Q_PROPERTY(bool isError READ isError CONSTANT REVISION 1)
41
41
 
42
42
  Q_ENUMS(Type)
43
43
  Q_ENUMS(ErrorDomain)