453:a81097a85889 | 454:d28d558f7484 |
---|---|
91 if not hasBookmarks: | 91 if not hasBookmarks: |
92 return | 92 return |
93 | 93 |
94 self.addSeparator() | 94 self.addSeparator() |
95 act = self.addAction(self.trUtf8("Open all in Tabs")) | 95 act = self.addAction(self.trUtf8("Open all in Tabs")) |
96 act.triggered.connect(self.__openAll) | 96 act.triggered[()].connect(self.__openAll) |
97 | 97 |
98 def __openAll(self): | 98 def __openAll(self): |
99 """ | 99 """ |
100 Private slot to open all the menu's items. | 100 Private slot to open all the menu's items. |
101 """ | 101 """ |