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/webengineprofile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/webengine/webengineprofile.h') 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(); -- cgit v1.2.1