Changing sendEvent() to notifyEvent().
QTest code uses notifyEvent() to post events. That being the case, it may be more appropriate for our testing code to use notifyEvent() as well. This may improve test playback reliability across platforms.
Showing
Please register or sign in to comment