diff -r ee738a0efe9c -r bbfe5866b6aa MqttMonitor/MqttConnectionOptionsDialog.py --- a/MqttMonitor/MqttConnectionOptionsDialog.py Mon Sep 03 19:57:59 2018 +0200 +++ b/MqttMonitor/MqttConnectionOptionsDialog.py Tue Sep 04 19:42:24 2018 +0200 @@ -29,7 +29,7 @@ populate the dialog with. It must have the keys "ClientId", "Keepalive", "CleanSession", "Username", "Password", "WillTopic", "WillMessage", "WillQos", "WillRetain". - @@type dict + @type dict @param parent reference to the parent widget @type QWidget """