From fad0abffec1ba784256daa68c7d52891c2d08825 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 4 Jan 2018 13:16:13 +0100 Subject: Various minor fixes - typo fixes - bumped copyright year - removed a bunch of unused imports - fixed a couple of clazy warnings --- src/forms/aboutdialog.cpp | 2 +- src/forms/cookiesform.cpp | 1 - src/forms/searchform.cpp | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) (limited to 'src/forms') diff --git a/src/forms/aboutdialog.cpp b/src/forms/aboutdialog.cpp index 3f89118..0744a5f 100644 --- a/src/forms/aboutdialog.cpp +++ b/src/forms/aboutdialog.cpp @@ -43,7 +43,7 @@ AboutDialog::AboutDialog(QWidget *parent) : QLabel *aboutLabel = new QLabel(this); aboutLabel->setWordWrap(true); aboutLabel->setText(tr("

smolbote %1

" - "

yet another Qute browser

") + "

yet another no-frills browser

") .arg(qApp->applicationVersion())); ui->toolBox->addItem(aboutLabel, tr("About")); diff --git a/src/forms/cookiesform.cpp b/src/forms/cookiesform.cpp index fb90f4a..94d1854 100644 --- a/src/forms/cookiesform.cpp +++ b/src/forms/cookiesform.cpp @@ -9,7 +9,6 @@ #include "cookiesform.h" #include "ui_cookiesform.h" -#include #include CookiesForm::CookiesForm(QWebEngineCookieStore *store, QWidget *parent) : diff --git a/src/forms/searchform.cpp b/src/forms/searchform.cpp index c05c6b2..b12ff80 100644 --- a/src/forms/searchform.cpp +++ b/src/forms/searchform.cpp @@ -10,7 +10,6 @@ #include "ui_searchform.h" #include "../mainwindow.h" -#include #include SearchForm::SearchForm(MainWindow *parentWindow, QWidget *parent) : -- cgit v1.2.1