Fix documented signature for QtMessageHandler

Task-number: QTBUG-29352
Change-Id: I46190a59cd73e53e778551a2d33c6b2801e9587e
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Kai Koehne 2013-01-28 16:50:59 +01:00 committed by The Qt Project
parent f4065db172
commit f0c8e63e5b

View File

@ -535,7 +535,7 @@ CApaApplication *myApplicationFactory();
//! [49]
void myMessageHandler(QtMsgType, const QMessageLogContext &, const char *);
void myMessageHandler(QtMsgType, const QMessageLogContext &, const QString &);
//! [49]
//! [50]