diff options
Diffstat (limited to 'src/newtabpage.h')
-rw-r--r-- | src/newtabpage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/newtabpage.h b/src/newtabpage.h index 939b498b..5b4e811b 100644 --- a/src/newtabpage.h +++ b/src/newtabpage.h @@ -94,7 +94,7 @@ private: QWebElement createLinkItem(const QString &title, const QString &urlString, const QString &iconPath, int groupOrSize) const; QWebElement createFormItem(const QString &title, const QString &urlString) const; - + /** * This function helps to get faster a new markup of one type, * it isn't easy to create one with QWebElement. @@ -114,7 +114,7 @@ private: void initJS(); void saveFavorites(); - + private: QString m_html; QWebElement m_root; |