PDA

View Full Version : qFatal question



MarkoSan
17th March 2007, 14:33
Hello!

How do I print error, that is returned by lastError method, with qFatal?

jpn
17th March 2007, 14:51
Hi

Are we talking about QSqlError? You could use for example qPrintable():


qFatal(qPrintable(something.lastError.text()));