diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-14 11:50:50 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-14 11:50:50 +0200 |
commit | 48bc2c054a94a0e0aab86219fe045effddbea04f (patch) | |
tree | 697bbd797922209c72a6e297efac98474bab1d5b /src/webview.h | |
parent | Fixed unusual cut/copy/paste actions on top of menu (diff) | |
download | rekonq-48bc2c054a94a0e0aab86219fe045effddbea04f.tar.xz |
Removed static ActionCollection and creating them on loading.
This because there are too much crashes on rekonq depending
on lazy action associations.
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/webview.h b/src/webview.h index 3742a36d..eba02505 100644 --- a/src/webview.h +++ b/src/webview.h @@ -92,8 +92,6 @@ class WebView : public QWebView public: WebView(QWidget *parent = 0); - KActionCollection* webActions(); - // inline WebPage *webPage() const { return m_page; } KUrl url() const { return KUrl(QWebView::url()); } @@ -125,8 +123,6 @@ private slots: void openLinkInNewTab(); private: - static KActionCollection* s_webActionCollection; - WebPage *m_page; int m_progress; |