ki18n-rs/tests/tests.rs

9 lines
174 B
Rust
Raw Normal View History

2021-11-01 09:31:02 +00:00
use ki18n_rs::*;
use qmetaobject::prelude::*;
#[test]
fn test_klocalized_init() {
let mut engine = QmlEngine::new();
KLocalizedContext::init_from_engine(&engine);
}