~osomon/oxide/i18n

« back to all changes in this revision

Viewing changes to qt/quick/api/oxideqquickuserscript_p_p.h

  • Committer: Olivier Tilloy
  • Date: 2014-04-08 10:03:11 UTC
  • mfrom: (312.2.173 oxide)
  • Revision ID: olivier.tilloy@canonical.com-20140408100311-b3zb7q1jfrevbrf1
Merge the latest changes from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
  void willBeDeleted();
41
41
 
42
42
 private:
43
 
  // To map this back to public object
44
 
  friend class OxideQQuickWebContextPrivate;
45
 
 
46
43
  void OnScriptLoadFailed() Q_DECL_FINAL;
47
44
  void OnScriptLoaded() Q_DECL_FINAL;
48
45
 
 
46
  bool constructed_;
 
47
 
49
48
  Q_DISABLE_COPY(OxideQQuickUserScriptPrivate);
50
49
};
51
50