Helpviewer/HelpWindow.py

changeset 1100
c32d3256e63a
parent 992
566e87428fc8
child 1112
8a7d1b9d18db
equal deleted inserted replaced
1095:dab023794177 1100:c32d3256e63a
2321 """ 2321 """
2322 dlg = HelpClearPrivateDataDialog(self) 2322 dlg = HelpClearPrivateDataDialog(self)
2323 if dlg.exec_() == QDialog.Accepted: 2323 if dlg.exec_() == QDialog.Accepted:
2324 # browsing history, search history, favicons, disk cache, cookies, 2324 # browsing history, search history, favicons, disk cache, cookies,
2325 # passwords, web databases, downloads 2325 # passwords, web databases, downloads
2326 history, searches, favicons, cache, cookies, 2326 (history, searches, favicons, cache, cookies,
2327 passwords, databases, downloads = \ 2327 passwords, databases, downloads) = \
2328 dlg.getData() 2328 dlg.getData()
2329 if history: 2329 if history:
2330 self.historyManager().clear() 2330 self.historyManager().clear()
2331 if searches: 2331 if searches:
2332 self.searchEdit.clear() 2332 self.searchEdit.clear()

eric ide

mercurial