diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-01-22 15:01:29 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-01-23 02:57:40 +0100 |
commit | 4feca443fb45a87fa971fe7f24c9dd3128643c19 (patch) | |
tree | cafb62865ab0f282e8d8a4b0f8765e173e4f36c3 /examples/SQL/connect.ui.h | |
parent | 16434e5519f6224e231bc5f7202f0e495eda7bb7 (diff) | |
download | pytqt-4feca443fb45a87fa971fe7f24c9dd3128643c19.tar.gz pytqt-4feca443fb45a87fa971fe7f24c9dd3128643c19.zip |
temporary commit to show changes
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'examples/SQL/connect.ui.h')
-rw-r--r-- | examples/SQL/connect.ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/SQL/connect.ui.h b/examples/SQL/connect.ui.h index fd37494..685f650 100644 --- a/examples/SQL/connect.ui.h +++ b/examples/SQL/connect.ui.h @@ -10,7 +10,7 @@ void ConnectDialog::init() { from PyTQt.tqtsql import TQSqlDatabase -#qDebug("ConnectDialog init") +#tqDebug("ConnectDialog init") self.comboDriver.clear() self.comboDriver.insertStringList(TQSqlDatabase.drivers()) } |