10422:e28b89693f37 | 10423:299802979277 |
---|---|
42 | 42 |
43 def getFilters(self): | 43 def getFilters(self): |
44 """ | 44 """ |
45 Public method to get the list of message filters. | 45 Public method to get the list of message filters. |
46 | 46 |
47 @return error message filters (list of strings) | 47 @return error message filters |
48 @rtype list of str | |
48 """ | 49 """ |
49 return self.filtersEditWidget.getList() | 50 return self.filtersEditWidget.getList() |