diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-04-02 20:22:13 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-04-02 20:22:13 +0200 |
commit | b231faf8ed4d8cc009a33afb636fd4fe197ddd0e (patch) | |
tree | 5fb9642ea245a7f906f44f253c5d50d18772c316 /src/webengine | |
parent | Some code cleanup (diff) | |
download | smolbote-b231faf8ed4d8cc009a33afb636fd4fe197ddd0e.tar.xz |
Updated pre-commit.rb
Diffstat (limited to 'src/webengine')
-rw-r--r-- | src/webengine/urlinterceptor.cpp | 2 | ||||
-rw-r--r-- | src/webengine/urlinterceptor.h | 2 | ||||
-rw-r--r-- | src/webengine/webengineprofile.cpp | 2 | ||||
-rw-r--r-- | src/webengine/webengineprofile.h | 4 | ||||
-rw-r--r-- | src/webengine/webview.cpp | 2 | ||||
-rw-r--r-- | src/webengine/webview.h | 2 |
6 files changed, 7 insertions, 7 deletions
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 |