--- a/Preferences/ConfigurationPages/NotificationsPage.py Sun Sep 29 15:23:19 2013 +0200 +++ b/Preferences/ConfigurationPages/NotificationsPage.py Sun Sep 29 15:54:10 2013 +0200 @@ -24,8 +24,6 @@ def __init__(self): """ Constructor - - @param parent reference to the parent widget (QWidget) """ super().__init__() self.setupUi(self) @@ -93,6 +91,7 @@ Module function to create the configuration page. @param dlg reference to the configuration dialog + @return reference to the instantiated page (ConfigurationPageBase) """ page = NotificationsPage() return page