37 |
37 |
38 def __showTabPreview(self): |
38 def __showTabPreview(self): |
39 """ |
39 """ |
40 Private slot to show the tab preview. |
40 Private slot to show the tab preview. |
41 """ |
41 """ |
42 indexedBrowser = self.__tabWidget.browserAt(self.__currentTabPreviewIndex) |
42 indexedBrowser = self.__tabWidget.browserAt( |
|
43 self.__currentTabPreviewIndex) |
43 currentBrowser = self.__tabWidget.currentBrowser() |
44 currentBrowser = self.__tabWidget.currentBrowser() |
44 |
45 |
45 if indexedBrowser is None or currentBrowser is None: |
46 if indexedBrowser is None or currentBrowser is None: |
46 return |
47 return |
47 |
48 |