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:
parent
f4065db172
commit
f0c8e63e5b
@ -535,7 +535,7 @@ CApaApplication *myApplicationFactory();
|
||||
|
||||
|
||||
//! [49]
|
||||
void myMessageHandler(QtMsgType, const QMessageLogContext &, const char *);
|
||||
void myMessageHandler(QtMsgType, const QMessageLogContext &, const QString &);
|
||||
//! [49]
|
||||
|
||||
//! [50]
|
||||
|
Loading…
x
Reference in New Issue
Block a user