rename all cxx_qt::bridge modules to qobject for clarity
This commit is contained in:
parent
f6964cf06a
commit
aa0eeaaeed
13 changed files with 49 additions and 52 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#[cxx_qt::bridge]
|
||||
mod settings {
|
||||
mod qobject {
|
||||
unsafe extern "C++" {
|
||||
include!("cxx-qt-lib/qstring.h");
|
||||
type QString = cxx_qt_lib::QString;
|
||||
|
|
@ -60,7 +60,7 @@ impl Default for SettingsRust {
|
|||
}
|
||||
}
|
||||
|
||||
impl settings::Settings {
|
||||
impl qobject::Settings {
|
||||
pub fn setup(mut self: Pin<&mut Self>) {
|
||||
let home = dirs::config_dir();
|
||||
println!("{:?}", home);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue