aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/webviewtabbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/webviewtabbar.h')
-rw-r--r--src/widgets/webviewtabbar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/webviewtabbar.h b/src/widgets/webviewtabbar.h
index 91e55d0..f7772e0 100644
--- a/src/widgets/webviewtabbar.h
+++ b/src/widgets/webviewtabbar.h
@@ -1,4 +1,4 @@
-/** LICENSE ********************************************************************
+/*******************************************************************************
**
** smolbote: yet another qute browser
** Copyright (C) 2017 Xian Nox
@@ -29,7 +29,7 @@ class WebViewTabBar : public QTabBar
Q_OBJECT
public:
- WebViewTabBar(QWidget *parent = 0);
+ explicit WebViewTabBar(QWidget *parent = 0);
~WebViewTabBar();
void setProfile(QWebEngineProfile *profile);