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.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 1c568bc..2e6f510 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -66,7 +66,6 @@ protected: void closeEvent(QCloseEvent *event) override; private slots: - void focusAddress(); void handleTabChanged(WebView *view); void handleTitleUpdated(const QString &title); -- cgit v1.2.1