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

@ -28,10 +28,10 @@
//!
//!
//! # Example
//! ```rust
//! ```no_run
//! use cstr::cstr;
//! use qmetaobject::prelude::*;
//! use ki18n::KLocalizedContext;
//! use ki18n::klocalizedcontext::KLocalizedContext;
//!
//! fn main() {
//! let mut engine = QmlEngine::new();