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/widgets/dockingwidget.cpp | 2 +- src/widgets/dockingwidget.h | 2 +- src/widgets/downloaditemwidget.cpp | 2 +- src/widgets/downloaditemwidget.h | 2 +- src/widgets/loadingbar.cpp | 2 +- src/widgets/loadingbar.h | 2 +- src/widgets/urllineedit.cpp | 2 +- src/widgets/urllineedit.h | 2 +- src/widgets/webviewtabbar.cpp | 2 +- src/widgets/webviewtabbar.h | 4 ++-- 10 files changed, 11 insertions(+), 11 deletions(-) (limited to 'src/widgets') diff --git a/src/widgets/dockingwidget.cpp b/src/widgets/dockingwidget.cpp index d7f7d30..e501f16 100644 --- a/src/widgets/dockingwidget.cpp +++ b/src/widgets/dockingwidget.cpp @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox diff --git a/src/widgets/dockingwidget.h b/src/widgets/dockingwidget.h index bd1d210..4b35758 100644 --- a/src/widgets/dockingwidget.h +++ b/src/widgets/dockingwidget.h @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox diff --git a/src/widgets/downloaditemwidget.cpp b/src/widgets/downloaditemwidget.cpp index 78b8a7c..57ece0a 100644 --- a/src/widgets/downloaditemwidget.cpp +++ b/src/widgets/downloaditemwidget.cpp @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox diff --git a/src/widgets/downloaditemwidget.h b/src/widgets/downloaditemwidget.h index a27f9a8..e2f764e 100644 --- a/src/widgets/downloaditemwidget.h +++ b/src/widgets/downloaditemwidget.h @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox diff --git a/src/widgets/loadingbar.cpp b/src/widgets/loadingbar.cpp index 31208b8..a9194bd 100644 --- a/src/widgets/loadingbar.cpp +++ b/src/widgets/loadingbar.cpp @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox diff --git a/src/widgets/loadingbar.h b/src/widgets/loadingbar.h index 938549f..4523f88 100644 --- a/src/widgets/loadingbar.h +++ b/src/widgets/loadingbar.h @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox diff --git a/src/widgets/urllineedit.cpp b/src/widgets/urllineedit.cpp index 6f07a4a..5063191 100644 --- a/src/widgets/urllineedit.cpp +++ b/src/widgets/urllineedit.cpp @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox diff --git a/src/widgets/urllineedit.h b/src/widgets/urllineedit.h index c925c28..d9d11ae 100644 --- a/src/widgets/urllineedit.h +++ b/src/widgets/urllineedit.h @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox diff --git a/src/widgets/webviewtabbar.cpp b/src/widgets/webviewtabbar.cpp index c482eb3..71d3c92 100644 --- a/src/widgets/webviewtabbar.cpp +++ b/src/widgets/webviewtabbar.cpp @@ -1,4 +1,4 @@ -/** LICENSE ******************************************************************** +/******************************************************************************* ** ** smolbote: yet another qute browser ** Copyright (C) 2017 Xian Nox 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); -- cgit v1.2.1