From 00a5c704f35dff4531c53d21807e3f195991f9be Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 19 May 2012 00:24:30 +0200 Subject: reordering favorites by drag & drop WARNING: this code is very tricky, but I think results are really nice. Let's see what will happen... --- src/newtabpage.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/newtabpage.h') diff --git a/src/newtabpage.h b/src/newtabpage.h index 4a8be0aa..939b498b 100644 --- a/src/newtabpage.h +++ b/src/newtabpage.h @@ -112,6 +112,9 @@ private: void updateWindowIcon(); + void initJS(); + void saveFavorites(); + private: QString m_html; QWebElement m_root; -- cgit v1.2.1