Rename tests_sendEvent() to sendEvent()
Non-test code will also need it
This commit is contained in:
@@ -147,7 +147,7 @@ bool Platform_qt::tests_waitForDeleted(View *view, int timeout) const
|
||||
return wasDeleted;
|
||||
}
|
||||
|
||||
void Platform_qt::tests_sendEvent(View *view, QEvent *ev) const
|
||||
void Platform_qt::sendEvent(View *view, QEvent *ev) const
|
||||
{
|
||||
qApp->sendEvent(view->asQObject(), ev);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user