~osomon/oxide/bug1290821

« back to all changes in this revision

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

  • Committer: Chris Coulson
  • Date: 2014-02-20 14:42:23 UTC
  • Revision ID: chris.coulson@canonical.com-20140220144223-cm4jsx5sfhm1movd
Implement WebPreferenceObserver, as this will make testing easier. Also, get rid of the default preferences hack and don't lazy initialize the default WebPreferences

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
  void removeFromOwner();
41
41
 
42
42
 protected:
43
 
  OutgoingMessageRequestAdapter();
 
43
  OutgoingMessageRequestAdapter(QObject* q);
44
44
 
45
45
 private:
46
46
  friend class OutgoingMessageRequestAdapterPrivate;