git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27547
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
quint64 totalBytes() const;
quint64 bytesReceived() const;
+ QAction *webAction(WebAction action) const;
+
public slots:
/**
* Stops loading of the page, if loading.
void paste();
// ### should we have execCommand() or something similar?
- QAction *webAction(WebAction action) const;
-
signals:
/**
* Signal is emitted when load is started on one of the child
+2007-11-07 Simon Hausmann <hausmann@kde.org>
+
+ Reviewed by Lars.
+
+ Changed the webAction() accessor to not be a slot but just a public function.
+
+ * Api/qwebpage.h:
+
2007-11-07 Simon Hausmann <hausmann@kde.org>
Reviewed by Lars.