70 self.cookiesCheckBox.isChecked(), |
70 self.cookiesCheckBox.isChecked(), |
71 self.passwordsCheckBox.isChecked(), |
71 self.passwordsCheckBox.isChecked(), |
72 self.downloadsCheckBox.isChecked(), |
72 self.downloadsCheckBox.isChecked(), |
73 self.zoomCheckBox.isChecked(), |
73 self.zoomCheckBox.isChecked(), |
74 self.sslExceptionsCheckBox.isChecked(), |
74 self.sslExceptionsCheckBox.isChecked(), |
75 self.permissionsCheckBox.isChecked() |
75 ( |
76 if QtUtilities.qVersionTuple() >= (6, 8, 0) |
76 self.permissionsCheckBox.isChecked() |
77 else False, |
77 if QtUtilities.qVersionTuple() >= (6, 8, 0) |
|
78 else False |
|
79 ), |
78 historyPeriod, |
80 historyPeriod, |
79 ) |
81 ) |