diff cagou/plugins/plugin_wid_widget_selector.py @ 267:896f78760b63

core: fixed crash when calling deleteUnusedWidgetInstances on widgets not inheriting from QuickWidget
author Goffi <goffi@goffi.org>
date Mon, 11 Mar 2019 20:24:04 +0100
parents 0ddd2b20cc6b
children 1b835bcfa663
line wrap: on
line diff
--- a/cagou/plugins/plugin_wid_widget_selector.py	Mon Mar 11 08:39:43 2019 +0100
+++ b/cagou/plugins/plugin_wid_widget_selector.py	Mon Mar 11 20:24:04 2019 +0100
@@ -50,6 +50,7 @@
 
 
 class WidgetSelector(cagou_widget.CagouWidget):
+    # TODO: should inherit from QuickWidget
 
     def __init__(self):
         super(WidgetSelector, self).__init__()