embedding the slide_model in the slide_object

This commit is contained in:
Chris Cochrun 2024-09-26 06:39:06 -05:00
parent 0d2b636bc9
commit 4c403d9f3c
4 changed files with 8 additions and 25 deletions

View file

@ -1,5 +1,5 @@
#[cxx_qt::bridge]
mod slide_model {
pub mod slide_model {
unsafe extern "C++" {
include!(< QAbstractListModel >);
include!("cxx-qt-lib/qhash.h");