update todo

This commit is contained in:
Chris Cochrun 2023-09-18 15:47:19 -05:00
parent 08efb4d0ff
commit a29a8cb866

View file

@ -4,6 +4,10 @@
:END: :END:
* Tasks [0%] [0/0] * Tasks [0%] [0/0]
** TODO Delete temp folder
[[file:~/dev/lumina/src/rust/service_item_model.rs::println!("tar-written: {:?}", &lf);]]
** TODO Update the last save file
[[file:~/dev/lumina/src/rust/service_item_model.rs::println!("tar-written: {:?}", &lf);]]
** TODO Adding move rows to service list ** TODO Adding move rows to service list
[[file:~/dev/lumina/src/rust/service_item_model.rs::pub fn move_rows(]] [[file:~/dev/lumina/src/rust/service_item_model.rs::pub fn move_rows(]]
Since cxx-qt is having trouble compiling beginMoveRows for rust, I tried a wrapper function in C++ but that's causing an overflow in the slide_model after the signal. Actually I don't think a wrapper function should even work since the Rust model is the one that should be calling beginMoveRows, not the C++ model. Since cxx-qt is having trouble compiling beginMoveRows for rust, I tried a wrapper function in C++ but that's causing an overflow in the slide_model after the signal. Actually I don't think a wrapper function should even work since the Rust model is the one that should be calling beginMoveRows, not the C++ model.