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 --- lib/navigation/urllineedit.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/navigation/urllineedit.h') diff --git a/lib/navigation/urllineedit.h b/lib/navigation/urllineedit.h index 46366a7..dee4938 100644 --- a/lib/navigation/urllineedit.h +++ b/lib/navigation/urllineedit.h @@ -12,7 +12,6 @@ #include #include #include - #include "urlcompleter.h" class QAbstractItemModel; @@ -24,7 +23,6 @@ class UrlLineEdit : public QLineEdit public: explicit UrlLineEdit(QWidget *parent = nullptr); - QAction *sslAction(); QAction *pageAction(); void setCompleterModel(QAbstractItemModel *model); -- cgit v1.2.1