From 4f1dae7834becb7d7105a0cc9945d9a0c04383b8 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 11 Nov 2012 09:40:36 +0100 Subject: WARNING: BIG COMMIT This commit reviews and partially fix the Q/K action mess in rekonq code. We now store actions in different actioncollections (one for each tab && one for each window). Related to this code review, you can find also fixes for some triggered actions NOT working (well) before: - fullscreen - bookmark all tabs - new (clean) tab --- src/application.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/application.h') diff --git a/src/application.h b/src/application.h index 679c3aad..5e1be2e4 100644 --- a/src/application.h +++ b/src/application.h @@ -111,8 +111,6 @@ private Q_SLOTS: void createWebAppShortcut(); - void newTab(); - void newPrivateBrowsingWindow(); private: -- cgit v1.2.1