From 5be898f07c4feaaceeecc0159cc142e26a7310bd Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 25 Dec 2017 14:42:27 +0100 Subject: astyle pass --- src/forms/aboutdialog.cpp | 4 ++-- src/forms/aboutdialog.h | 2 +- src/forms/cookiesform.cpp | 2 +- src/forms/cookiesform.h | 2 +- src/forms/profileview.cpp | 2 +- src/forms/profileview.h | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src/forms') diff --git a/src/forms/aboutdialog.cpp b/src/forms/aboutdialog.cpp index 38a5196..25c5384 100644 --- a/src/forms/aboutdialog.cpp +++ b/src/forms/aboutdialog.cpp @@ -2,7 +2,7 @@ * This file is part of smolbote. It's copyrighted by the contributors recorded * in the version control history of the file, available from its original * location: git://neueland.iserlohn-fortress.net/smolbote.git - * + * * SPDX-License-Identifier: GPL-3.0 */ @@ -22,7 +22,7 @@ AboutDialog::AboutDialog(QWidget *parent) : aboutLabel->setWordWrap(true); aboutLabel->setText(tr("

smolbote %1

" "

yet another Qute browser

") - .arg(qApp->applicationVersion())); + .arg(qApp->applicationVersion().left(qApp->applicationVersion().indexOf('-')))); ui->toolBox->addItem(aboutLabel, tr("About")); QLabel *licenseLabel = new QLabel(this); diff --git a/src/forms/aboutdialog.h b/src/forms/aboutdialog.h index 742636c..ba848e7 100644 --- a/src/forms/aboutdialog.h +++ b/src/forms/aboutdialog.h @@ -2,7 +2,7 @@ * This file is part of smolbote. It's copyrighted by the contributors recorded * in the version control history of the file, available from its original * location: git://neueland.iserlohn-fortress.net/smolbote.git - * + * * SPDX-License-Identifier: GPL-3.0 */ diff --git a/src/forms/cookiesform.cpp b/src/forms/cookiesform.cpp index eaaa2f6..fb90f4a 100644 --- a/src/forms/cookiesform.cpp +++ b/src/forms/cookiesform.cpp @@ -2,7 +2,7 @@ * This file is part of smolbote. It's copyrighted by the contributors recorded * in the version control history of the file, available from its original * location: git://neueland.iserlohn-fortress.net/smolbote.git - * + * * SPDX-License-Identifier: GPL-3.0 */ diff --git a/src/forms/cookiesform.h b/src/forms/cookiesform.h index ed7e333..01c32ff 100644 --- a/src/forms/cookiesform.h +++ b/src/forms/cookiesform.h @@ -2,7 +2,7 @@ * This file is part of smolbote. It's copyrighted by the contributors recorded * in the version control history of the file, available from its original * location: git://neueland.iserlohn-fortress.net/smolbote.git - * + * * SPDX-License-Identifier: GPL-3.0 */ diff --git a/src/forms/profileview.cpp b/src/forms/profileview.cpp index df118a9..7d3396f 100644 --- a/src/forms/profileview.cpp +++ b/src/forms/profileview.cpp @@ -2,7 +2,7 @@ * This file is part of smolbote. It's copyrighted by the contributors recorded * in the version control history of the file, available from its original * location: git://neueland.iserlohn-fortress.net/smolbote.git - * + * * SPDX-License-Identifier: GPL-3.0 */ diff --git a/src/forms/profileview.h b/src/forms/profileview.h index 102cacb..a2e42f2 100644 --- a/src/forms/profileview.h +++ b/src/forms/profileview.h @@ -2,7 +2,7 @@ * This file is part of smolbote. It's copyrighted by the contributors recorded * in the version control history of the file, available from its original * location: git://neueland.iserlohn-fortress.net/smolbote.git - * + * * SPDX-License-Identifier: GPL-3.0 */ -- cgit v1.2.1