161 |
161 |
162 def showNotification(self, notification): |
162 def showNotification(self, notification): |
163 """ |
163 """ |
164 Public method to show some notification message. |
164 Public method to show some notification message. |
165 |
165 |
166 @param notification meessage to be shown |
166 @param notification message to be shown |
167 @type str |
167 @type str |
168 """ |
168 """ |
169 if self.ui.notificationsEnabled(): |
169 if self.ui.notificationsEnabled(): |
170 self.ui.showNotification( |
170 self.ui.showNotification( |
171 UI.PixmapCache.getPixmap("debug48"), |
171 UI.PixmapCache.getPixmap("debug48"), |