~osomon/oxide/power-save-blocker

« back to all changes in this revision

Viewing changes to qt/core/glue/oxide_qt_web_view_adapter.h

  • Committer: Olivier Tilloy
  • Date: 2014-05-30 08:36:18 UTC
  • mfrom: (321.2.9 icon)
  • Revision ID: olivier.tilloy@canonical.com-20140530083618-rexm6xc99hx0yxuh
Add an 'icon' property to the QML WebView.

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
 
135
135
  virtual void URLChanged() = 0;
136
136
  virtual void TitleChanged() = 0;
 
137
  virtual void IconChanged(QUrl icon) = 0;
137
138
  virtual void CommandsUpdated() = 0;
138
139
 
139
140
  virtual void LoadProgressChanged(double progress) = 0;