Fixed Tests.

This commit is contained in:
Ayush Singh 2022-01-04 19:28:00 +05:30
parent afc034d924
commit f04b01d5c8
3 changed files with 4 additions and 3 deletions

View file

@ -35,7 +35,7 @@ The crate searches from KF5I18n using either the environment variables (`KF_VERS
```rust
use cstr::cstr;
use qmetaobject::prelude::*;
use ki18n::KLocalizedContext;
use ki18n::klocalizedcontext::KLocalizedContext;
fn main() {
let mut engine = QmlEngine::new();