slint/api/sixtyfps-cpp/tests
Simon Hausmann 4cbcf2611f Fix recurring C++ timers
* sixtyfps_timer_start needs to *take* the timer id out of the Rust
  timer to avoid that the subsequent drop stops the timer again
* For the Qt event loop, call `timer_event()` once before entering
  QCoreApplication::exec(), to schedule any timers that were started
  beforehand.
* Added a way to quit the event loop gently, in order to use that
  from the C++ unit test.
2021-03-25 20:07:12 +01:00
..
datastructures.cpp Fix recurring C++ timers 2021-03-25 20:07:12 +01:00
interpreter.cpp Clarify model handling in C++ interpreter slightly 2021-03-25 16:57:09 +01:00
test.60 Add ComponentCompiler::build_from_path 2021-03-19 17:26:19 +01:00