diff -r 84b65fb9e780 -r d133c7edd88a SqlBrowser/SqlBrowser.py --- a/SqlBrowser/SqlBrowser.py Sun Sep 29 15:54:10 2013 +0200 +++ b/SqlBrowser/SqlBrowser.py Sun Sep 29 18:22:08 2013 +0200 @@ -30,7 +30,7 @@ Constructor @param connections list of database connections to add (list of strings) - @param reference to the parent widget (QWidget) + @param parent reference to the parent widget (QWidget) """ super().__init__(parent) self.setObjectName("SqlBrowser")