From 9c4dd932c6d692178bb8d5265c634126cb415767 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 26 May 2020 22:23:25 +0300 Subject: Turn on more warnings by default - fix clazy warnings - fix various other compiler warnings - bugfix: connect profiles' downloadRequested signal --- src/browser.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/browser.h') diff --git a/src/browser.h b/src/browser.h index 1964267..5b4785b 100644 --- a/src/browser.h +++ b/src/browser.h @@ -31,8 +31,6 @@ public: explicit Browser(int &argc, char *argv[], bool allowSecondary = true); ~Browser() final; - void setup(); - const QVector windows() const { return qAsConst(m_windows); -- cgit v1.2.1