(self, reason)
| 1574 | # QtGui.QWidget.changeEvent(self, event) |
| 1575 | |
| 1576 | def __icon_activated(self, reason): |
| 1577 | if reason == QtGui.QSystemTrayIcon.Trigger: |
| 1578 | self.actionShow.setChecked(not self.actionShow.isChecked()) |
| 1579 | self.appIndicatorShowOrHideWindow() |
| 1580 | |
| 1581 | # Indicates whether or not there is a connection to the Bitmessage network |
| 1582 | connected = False |
nothing calls this directly
no test coverage detected