From b231faf8ed4d8cc009a33afb636fd4fe197ddd0e Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 2 Apr 2017 20:22:13 +0200 Subject: Updated pre-commit.rb --- src/webengine/urlinterceptor.cpp | 2 +- src/webengine/urlinterceptor.h | 2 +- src/webengine/webengineprofile.cpp | 2 +- src/webengine/webengineprofile.h | 4 ++-- src/webengine/webview.cpp | 2 +- src/webengine/webview.h | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src/webengine') diff --git a/src/webengine/urlinterceptor.cpp b/src/webengine/urlinterceptor.cpp index 94bfffa..2a8f816 100644 --- a/src/webengine/urlinterceptor.cpp +++ b/src/webengine/urlinterceptor.cpp @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox diff --git a/src/webengine/urlinterceptor.h b/src/webengine/urlinterceptor.h index 2e5d6bf..65f2ce0 100644 --- a/src/webengine/urlinterceptor.h +++ b/src/webengine/urlinterceptor.h @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox diff --git a/src/webengine/webengineprofile.cpp b/src/webengine/webengineprofile.cpp index 1ff27dc..814d38c 100644 --- a/src/webengine/webengineprofile.cpp +++ b/src/webengine/webengineprofile.cpp @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox diff --git a/src/webengine/webengineprofile.h b/src/webengine/webengineprofile.h index 421ff0e..dfdd0f8 100644 --- a/src/webengine/webengineprofile.h +++ b/src/webengine/webengineprofile.h @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox @@ -28,7 +28,7 @@ class WebEngineProfile : public QWebEngineProfile { Q_OBJECT public: - WebEngineProfile(QObject *parent = Q_NULLPTR); + explicit WebEngineProfile(QObject *parent = Q_NULLPTR); WebEngineProfile(const QString &storageName, QObject *parent = Q_NULLPTR); ~WebEngineProfile(); diff --git a/src/webengine/webview.cpp b/src/webengine/webview.cpp index 71708b7..6742101 100644 --- a/src/webengine/webview.cpp +++ b/src/webengine/webview.cpp @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox diff --git a/src/webengine/webview.h b/src/webengine/webview.h index c833067..557c5a4 100644 --- a/src/webengine/webview.h +++ b/src/webengine/webview.h @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox -- cgit v1.2.1