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/widgets | |
parent | Some code cleanup (diff) | |
download | smolbote-b231faf8ed4d8cc009a33afb636fd4fe197ddd0e.tar.xz |
Updated pre-commit.rb
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/dockingwidget.cpp | 2 | ||||
-rw-r--r-- | src/widgets/dockingwidget.h | 2 | ||||
-rw-r--r-- | src/widgets/downloaditemwidget.cpp | 2 | ||||
-rw-r--r-- | src/widgets/downloaditemwidget.h | 2 | ||||
-rw-r--r-- | src/widgets/loadingbar.cpp | 2 | ||||
-rw-r--r-- | src/widgets/loadingbar.h | 2 | ||||
-rw-r--r-- | src/widgets/urllineedit.cpp | 2 | ||||
-rw-r--r-- | src/widgets/urllineedit.h | 2 | ||||
-rw-r--r-- | src/widgets/webviewtabbar.cpp | 2 | ||||
-rw-r--r-- | src/widgets/webviewtabbar.h | 4 |
10 files changed, 11 insertions, 11 deletions
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); |