summaryrefslogtreecommitdiff
path: root/src/newtabpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-05-19 00:24:30 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-05-19 00:24:30 +0200
commit00a5c704f35dff4531c53d21807e3f195991f9be (patch)
tree4cab0ccbaa5583e58358244ea62c84ca922ab81d /src/newtabpage.h
parentAdded info when no downloads are found on search (diff)
downloadrekonq-00a5c704f35dff4531c53d21807e3f195991f9be.tar.xz
reordering favorites by drag & drop
WARNING: this code is very tricky, but I think results are really nice. Let's see what will happen...
Diffstat (limited to 'src/newtabpage.h')
-rw-r--r--src/newtabpage.h3
1 files changed, 3 insertions, 0 deletions
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;