From f45214653b3b773d57f94064e43386410a30f465 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 18 Sep 2009 16:42:20 +0200 Subject: LAST BRANCH (promised!!) first commit here. We have the homepage classes --- src/webview.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/webview.h') diff --git a/src/webview.h b/src/webview.h index 16b199ff..a132a193 100644 --- a/src/webview.h +++ b/src/webview.h @@ -45,10 +45,7 @@ class WebView : public QWebView public: explicit WebView(QWidget *parent = 0); - - // Q_DECLARE_METATYPE requires a copy-constructor - WebView(const WebView &); - + WebPage *page(); KUrl url() const; QString lastStatusBarText() const; @@ -85,6 +82,5 @@ private: int m_progress; QString m_statusBarText; }; -Q_DECLARE_METATYPE(WebView) #endif -- cgit v1.2.1