summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h6
1 files changed, 1 insertions, 5 deletions
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