4516 if cls._tabManager is None: |
4516 if cls._tabManager is None: |
4517 cls._tabManager = TabManagerWidget(cls.mainWindow()) |
4517 cls._tabManager = TabManagerWidget(cls.mainWindow()) |
4518 |
4518 |
4519 # do the connections |
4519 # do the connections |
4520 for window in cls.mainWindows(): |
4520 for window in cls.mainWindows(): |
4521 cls._tabManager.mainWindowCreated(window, False) |
4521 cls._tabManager.mainWindowCreated(window) |
4522 |
4522 |
4523 cls._tabManager.delayedRefreshTree() |
4523 cls._tabManager.delayedRefreshTree() |
4524 |
4524 |
4525 return cls._tabManager |
4525 return cls._tabManager |
4526 |
4526 |