From e4ffd8374040d36c22125eeb534d884f56978592 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 17 Apr 2018 17:43:38 +0200 Subject: Style pass --- lib/about/aboutdialog.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/about') diff --git a/lib/about/aboutdialog.cpp b/lib/about/aboutdialog.cpp index ff4200f..1d60eb4 100644 --- a/lib/about/aboutdialog.cpp +++ b/lib/about/aboutdialog.cpp @@ -33,7 +33,8 @@ AboutDialog::AboutDialog(QWidget *parent) auto *aboutLabel = new QLabel(this); aboutLabel->setWordWrap(true); aboutLabel->setText(tr("

smolbote %1

" - "

yet another no-frills browser

").arg(qApp->applicationVersion())); + "

yet another no-frills browser

") + .arg(qApp->applicationVersion())); ui->toolBox->addItem(aboutLabel, tr("About")); auto *licenseLabel = new QLabel(this); @@ -53,13 +54,12 @@ AboutDialog::AboutDialog(QWidget *parent) auto *detailsLabel = new QLabel(this); detailsLabel->setWordWrap(true); detailsLabel->setText(tr("

Compiled with " compiler "

" - "

")); + "

")); ui->toolBox->addItem(detailsLabel, tr("Details")); - } AboutDialog::~AboutDialog() -- cgit v1.2.1