aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webengineprofile.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-04-02 20:22:13 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-04-02 20:22:13 +0200
commitb231faf8ed4d8cc009a33afb636fd4fe197ddd0e (patch)
tree5fb9642ea245a7f906f44f253c5d50d18772c316 /src/webengine/webengineprofile.h
parentSome code cleanup (diff)
downloadsmolbote-b231faf8ed4d8cc009a33afb636fd4fe197ddd0e.tar.xz
Updated pre-commit.rb
Diffstat (limited to 'src/webengine/webengineprofile.h')
-rw-r--r--src/webengine/webengineprofile.h4
1 files changed, 2 insertions, 2 deletions
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();