mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-27 12:29:41 +00:00
Rename test_ellapse_time to mock_elapsed_time
This commit is contained in:
parent
f2166d91a6
commit
37f874a26b
6 changed files with 22 additions and 21 deletions
|
@ -3,7 +3,8 @@
|
|||
#include "sixtyfps.h"
|
||||
|
||||
namespace sixtyfps::testing {
|
||||
inline void ellapse_time(int64_t time_in_ms) {
|
||||
internal::sixtyfps_test_ellapse_time(time_in_ms);
|
||||
}
|
||||
inline void mock_elapsed_time(int64_t time_in_ms)
|
||||
{
|
||||
internal::sixtyfps_mock_elapsed_time(time_in_ms);
|
||||
}
|
||||
} // namespace sixtyfps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue