diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-12-25 14:42:27 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-12-25 14:42:27 +0100 |
commit | 5be898f07c4feaaceeecc0159cc142e26a7310bd (patch) | |
tree | 912f9e2ae324380a78da29e0d8b830bda4746042 /src/forms | |
parent | Address bar menu now reads entries from the bookmarks (diff) | |
download | smolbote-5be898f07c4feaaceeecc0159cc142e26a7310bd.tar.xz |
astyle pass
Diffstat (limited to 'src/forms')
-rw-r--r-- | src/forms/aboutdialog.cpp | 4 | ||||
-rw-r--r-- | src/forms/aboutdialog.h | 2 | ||||
-rw-r--r-- | src/forms/cookiesform.cpp | 2 | ||||
-rw-r--r-- | src/forms/cookiesform.h | 2 | ||||
-rw-r--r-- | src/forms/profileview.cpp | 2 | ||||
-rw-r--r-- | src/forms/profileview.h | 2 |
6 files changed, 7 insertions, 7 deletions
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("<h2>smolbote %1</h2>" "<p><i>yet another Qute browser</i></p>") - .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 */ |