Code review comment for lp:~artmello/webbrowser-app/webbrowser-app-bookmarks_top_sites

Revision history for this message
Olivier Tilloy (osomon) wrote :

209 + property int bookmarksCountLimit: 5
210 + property bool seeMoreBookmarksView: false

It looks like those two properties don’t need to be exposed publicly, as they’re not being used anywhere outside the component. Can they be made private, by moving them to a QtObject instance with id 'private'?

« Back to merge proposal