From 54e258db126292e0f11201095e1f5b67b00e9833 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 30 Apr 2010 18:08:25 +0200 Subject: QLatin1String -> QL1S added cppcheck script --- src/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/application.cpp') diff --git a/src/application.cpp b/src/application.cpp index 02ceed4b..b1419d00 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -381,7 +381,7 @@ void Application::loadResolvedUrl(ThreadWeaver::Job *job) // we are sure of the url now, let's add it to history // anyway we store here just http sites because local and ftp ones are // added trough the protocol handler and the other are ignored - if (url.protocol() == QLatin1String("http") || url.protocol() == QLatin1String("https")) + if (url.protocol() == QL1S("http") || url.protocol() == QL1S("https")) historyManager()->addHistoryEntry(url.prettyUrl()); } } -- cgit v1.2.1