Started renaming crate
Changing from ki18n-rs to ki18n. Might need more changes after publishing.
This commit is contained in:
parent
04aefc80ff
commit
3bf93509a3
5 changed files with 8 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use ki18n_rs::klocalizedcontext::KLocalizedContext;
|
||||
use ki18n::klocalizedcontext::KLocalizedContext;
|
||||
use qmetaobject::prelude::*;
|
||||
mod common;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
use ki18n_rs::klocalizedstring::KLocalizedString;
|
||||
use ki18n::klocalizedstring::KLocalizedString;
|
||||
use std::ffi::CString;
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue