1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-16 20:41:50 +00:00

Updated to Python 3.4 and PyQt 5.3 (close #94)

This commit is contained in:
Paweł Jastrzębski
2014-05-29 18:23:28 +02:00
parent f53cdf9cd7
commit fce3072dca
3 changed files with 14 additions and 12 deletions

View File

@@ -572,6 +572,7 @@ class SystemTrayIcon(QtWidgets.QSystemTrayIcon):
def __init__(self):
if self.isSystemTrayAvailable():
QtWidgets.QSystemTrayIcon.__init__(self, GUI.icons.programIcon, MW)
# noinspection PyUnresolvedReferences
self.activated.connect(self.catchClicks)
def catchClicks(self):