188 if allPages: |
188 if allPages: |
189 self.__webPages = allPages |
189 self.__webPages = allPages |
190 self.pagesChanged.emit() |
190 self.pagesChanged.emit() |
191 else: |
191 else: |
192 allPages = \ |
192 allPages = \ |
193 'url:"http://eric-ide.python-projects.org/"|'\ |
193 'url:"https://eric-ide.python-projects.org/"|'\ |
194 'title:"Eric Web Site";'\ |
194 'title:"Eric Web Site";'\ |
195 'url:"https://www.riverbankcomputing.com/"|'\ |
195 'url:"https://www.riverbankcomputing.com/"|'\ |
196 'title:"PyQt Web Site";'\ |
196 'title:"PyQt Web Site";'\ |
197 'url:"http://www.qt.io/"|title:"Qt Web Site";'\ |
197 'url:"http://www.qt.io/"|title:"Qt Web Site";'\ |
198 'url:"http://blog.qt.io/"|title:"Qt Blog";'\ |
198 'url:"http://blog.qt.io/"|title:"Qt Blog";'\ |