+ void rememberClosedTab(const QUrl& url, const QByteArray& state);
+
+ /**
+ * Is emitted when the url of the current tab has been changed. This signal
+ * is also emitted when the active view has been changed.
+ */
+ void currentUrlChanged(const QUrl& url);