SqlBrowser/SqlConnectionDialog.py

changeset 110
c9a969db1469
parent 78
5c1e924c632a
child 791
9ec2ac20e54e
--- a/SqlBrowser/SqlConnectionDialog.py	Fri Feb 12 18:48:21 2010 +0000
+++ b/SqlBrowser/SqlConnectionDialog.py	Fri Feb 12 19:02:38 2010 +0000
@@ -100,8 +100,8 @@
         """
         Public method to retrieve the connection data.
         
-        @return tuple giving the driver name (QString), the database name (QString),
-            the user name (QString), the password (QString), the host name (QString)
+        @return tuple giving the driver name (string), the database name (string),
+            the user name (string), the password (string), the host name (string)
             and the port (integer)
         """
         return (

eric ide

mercurial