diff options
Diffstat (limited to 'src/newtabpage.h')
-rw-r--r-- | src/newtabpage.h | 3 |
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; |