From 9b0dc8d98fb232cabb683d5681dc0252b9532c32 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 19 Jan 2012 09:32:07 +0100 Subject: Krazy fixes - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots --- kwebapp/webview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kwebapp/webview.h') diff --git a/kwebapp/webview.h b/kwebapp/webview.h index a53010ed..1d5aba66 100644 --- a/kwebapp/webview.h +++ b/kwebapp/webview.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2011 by Andrea Diamantini * + * Copyright (C) 2011-2012 by Andrea Diamantini * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -36,7 +36,7 @@ class WebView : public KWebView Q_OBJECT public: - WebView(const QUrl &url, QWidget *parent = 0); + explicit WebView(const QUrl &url, QWidget *parent = 0); private Q_SLOTS: void setTitle(const QString &); -- cgit v1.2.1