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/mainwindow.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 21914da..b7c4a05 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -12,11 +12,6 @@ #include #include "forms/aboutdialog.h" -#include -#include - -#include - #include #include @@ -185,11 +180,6 @@ MainWindow *MainWindow::newWindow(const QUrl &url) return instance->createSession(m_profile->storageName(), true, QStringList(url.toString())); } -void MainWindow::focusAddress() -{ - m_addressBar->setFocus(); -} - void MainWindow::closeEvent(QCloseEvent *event) { if(tabBar->count() > 1) { -- cgit v1.2.1