From aa1193e1190ef8775ce13573f8ff57b8f876bdff Mon Sep 17 00:00:00 2001 From: Dario Freddi Date: Tue, 13 Oct 2009 00:50:53 +0200 Subject: Small fixes (const issue, single char issue, file not ending with a new line), and adding the correct schema to kconfigxt files Signed-off-by: Dario Freddi --- src/webview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webview.cpp') diff --git a/src/webview.cpp b/src/webview.cpp index a2662399..9e06c9da 100644 --- a/src/webview.cpp +++ b/src/webview.cpp @@ -432,4 +432,4 @@ void WebView::keyPressEvent(QKeyEvent *event) return; } QWebView::keyPressEvent(event); -} \ No newline at end of file +} -- cgit v1.2.1