Strange error after exiting a QMessageBox::information
Laurent Cortier
laurent.cortier at chello.be
Tue Mar 20 23:52:38 GMT 2001
Hello,
I got this strange error in stderr :
WARNING: KDE detected X Error: BadMatch (invalid parameter attributes) 8
Major opcode: 42
It happens *sometimes* when I exit a QMessageBox::information...
I'm calling most of my msgboxes like that :
QString message;
message.sprintf("failed accessing database %s : \n%s",
(const char *) database->text(0),
(const char *) mysql_error(&mysql));
QMessageBox::information(this, "KmySQLdba v0.1 error", message);
Am I doing something wrong ?
Help :)
Laurent Cortier.
http://www.dsimprove.be
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list