9277:471c5a263d53 | 9278:36448ca469c2 |
---|---|
758 special = self.watchSpecialCreated | 758 special = self.watchSpecialCreated |
759 elif cond.endswith(" ??changed??"): | 759 elif cond.endswith(" ??changed??"): |
760 cond, special = cond.split() | 760 cond, special = cond.split() |
761 special = self.watchSpecialChanged | 761 special = self.watchSpecialChanged |
762 else: | 762 else: |
763 cond = cond | |
764 special = "" | 763 special = "" |
765 | 764 |
766 return cond, special | 765 return cond, special |
767 | 766 |
768 @pyqtSlot(str) | 767 @pyqtSlot(str) |